Update docker-users.yml
change group to groups otherwise primary group of users wil be changed
This commit is contained in:
parent
abd8e3625e
commit
9205f56172
|
@ -2,6 +2,6 @@
|
|||
- name: Ensure docker users are added to the docker group.
|
||||
user:
|
||||
name: "{{ item }}"
|
||||
group: docker
|
||||
groups: docker
|
||||
append: yes
|
||||
with_items: "{{ docker_users }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user