From 6e4809fb1d378343cd7d68c43648c87817f3e49a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 20 Sep 2013 18:01:09 +0200 Subject: [PATCH] Let's not skip --- tasks/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/hosts.yml b/tasks/hosts.yml index be600bc091..418d9addeb 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