really go through items
This commit is contained in:
parent
b5ef0635bd
commit
a4839bd417
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||||
- name: clean out old known_hosts for copr-fe-dev
|
- name: clean out old known_hosts for copr-fe-dev
|
||||||
local_action: known_hosts path=/root/.ssh/known_hosts host=copr-fe-dev.cloud.fedoraproject.org state=absent
|
local_action: known_hosts path={{item}} host=copr-fe-dev.cloud.fedoraproject.org state=absent
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
with_items:
|
with_items:
|
||||||
- /root/.ssh/known_hosts
|
- /root/.ssh/known_hosts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue