mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-12-15 17:29:53 +03:00
Fix docker group to append group rather than set it
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
user:
|
||||
name: "{{ item }}"
|
||||
group: docker
|
||||
append: yes
|
||||
with_items: "{{ docker_users }}"
|
||||
|
||||
Reference in New Issue
Block a user