From 21cdce6765a64140a1dd439ce8b4e4fd2af65b91 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 20 Sep 2013 16:18:32 +0000 Subject: [PATCH] Ignore error but still report them --- tasks/hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/hosts.yml b/tasks/hosts.yml index 5816cf3091..c8970d54fe 100644 --- a/tasks/hosts.yml +++ b/tasks/hosts.yml @@ -14,5 +14,6 @@ with_first_found: - files: $files/hosts/${ ansible_fqdn }-hosts $files/hosts/${ ansible_hostname }-hosts $files/hosts/${ ansible_domain }-hosts $files/hosts/${ host_group }-hosts # skip: true + ignore_errors: true tags: - config