dfg
This commit is contained in:
parent
f3ee42cab1
commit
6d060ef363
1 changed files with 1 additions and 1 deletions
|
@ -63,4 +63,4 @@
|
||||||
state: "{{ item.state | default('present') }}"
|
state: "{{ item.state | default('present') }}"
|
||||||
loop: '{{ users }}'
|
loop: '{{ users }}'
|
||||||
when: (item.allow_sudo|default(false) and item.allow_sudo is defined) and (item.state == absent)
|
when: (item.allow_sudo|default(false) and item.allow_sudo is defined) and (item.state == absent)
|
||||||
no_log: true
|
# no_log: true
|
||||||
|
|
Loading…
Reference in a new issue