mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-10-09 05:57:15 +03:00
Update docker-users.yml
change group to groups otherwise primary group of users wil be changed
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user