wrong ansible documentation?
This commit is contained in:
parent
592e5a28e8
commit
0e30d34a6e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- name: clean out old known_hosts for copr-be-dev
|
||||
local_action: known_hosts path=/root/.ssh/known_hosts name=copr-be-dev.cloud.fedoraproject.org state=absent
|
||||
local_action: known_hosts path=/root/.ssh/known_hosts host=copr-be-dev.cloud.fedoraproject.org state=absent
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue