From a4839bd417f215f3627301d6782e4c36ec0ef6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 3 Apr 2015 13:00:48 +0000 Subject: [PATCH] really go through items --- playbooks/groups/copr-frontend-newcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/copr-frontend-newcloud.yml b/playbooks/groups/copr-frontend-newcloud.yml index fb3a39af37..fa0191615b 100644 --- a/playbooks/groups/copr-frontend-newcloud.yml +++ b/playbooks/groups/copr-frontend-newcloud.yml @@ -14,7 +14,7 @@ tasks: - include: "{{ tasks }}/persistent_cloud_new.yml" - 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 with_items: - /root/.ssh/known_hosts