fix no_log spacing
This commit is contained in:
parent
a92adb3fdc
commit
649d137ad2
|
@ -28,7 +28,7 @@
|
||||||
when: item.stat is defined and item.stat.exists == False and item.item.state == "present"
|
when: item.stat is defined and item.stat.exists == False and item.item.state == "present"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ sshconfig.results }}"
|
- "{{ sshconfig.results }}"
|
||||||
no_log: True
|
no_log: True
|
||||||
|
|
||||||
|
|
||||||
- name: CHECK VARS
|
- name: CHECK VARS
|
||||||
|
|
Loading…
Reference in a new issue