Update main.yml
This commit is contained in:
parent
64ce20d9b6
commit
881f3b4e1f
|
@ -21,7 +21,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