diff --git a/tasks/users.yml b/tasks/users.yml index ef846f0..854c96c 100644 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -11,14 +11,6 @@ groups: users with_items: "{{ users }}" -- name: 'Add docker users' - user: - name: "{{ item }}" - groups: docker - append: yes - with_items: "{{ docker_users }}" - when: docker_users | count - - block: - name: 'Ensure that sudo group is existing' group: