mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Update user's group membership, not primary group
This commit is contained in:
parent
abd8e3625e
commit
8034040c69
@ -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