wrong ansible documentation?

This commit is contained in:
Valentin Gologuzov 2015-04-03 09:57:30 +02:00
parent 592e5a28e8
commit 0e30d34a6e

View file

@ -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