Fix docker group to append group rather than set it

This commit is contained in:
James McCallum
2017-09-26 05:09:58 +10:00
parent 8c63471573
commit e68f0cbd16
2 changed files with 5 additions and 4 deletions

View File

@@ -3,4 +3,5 @@
user:
name: "{{ item }}"
group: docker
append: yes
with_items: "{{ docker_users }}"