Compare commits
No commits in common. "c0059510d8d551db99fe85b4261cad754f7ac94d" and "b79bd4d2d75a15c24cdb87bf9d074e55b1af4f4f" have entirely different histories.
c0059510d8
...
b79bd4d2d7
1 changed files with 0 additions and 8 deletions
|
@ -11,14 +11,6 @@
|
||||||
groups: users
|
groups: users
|
||||||
with_items: "{{ users }}"
|
with_items: "{{ users }}"
|
||||||
|
|
||||||
- name: 'Add docker users'
|
|
||||||
user:
|
|
||||||
name: "{{ item }}"
|
|
||||||
groups: docker
|
|
||||||
append: yes
|
|
||||||
with_items: "{{ docker_users }}"
|
|
||||||
when: docker_users | count
|
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: 'Ensure that sudo group is existing'
|
- name: 'Ensure that sudo group is existing'
|
||||||
group:
|
group:
|
||||||
|
|
Loading…
Add table
Reference in a new issue