dd
This commit is contained in:
parent
0ff45ab257
commit
f0e5331874
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
name: "{{ item }}"
|
||||
state: present
|
||||
loop: '{{ groups_as_list }}'
|
||||
when: item.groups is defined
|
||||
when: groups_as_list is defined
|
||||
# no_log: true # TODO
|
||||
|
||||
- name: create users
|
||||
|
|
Loading…
Reference in a new issue