From 7e60bb96b001be473d4bfde4c25eb9c2aeaf5113 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 Sep 2013 20:04:13 +0000 Subject: [PATCH] Re-add the skip for not found on host task --- tasks/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/hosts.yml b/tasks/hosts.yml index d2686330f0..9bd00686a9 100644 --- a/tasks/hosts.yml +++ b/tasks/hosts.yml @@ -13,6 +13,6 @@ action: copy src=$item dest=/etc/hosts 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 + skip: true tags: - config