From a2d790628c4e1760b20822aed75758eb8fd744cf Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 20 Sep 2013 18:07:23 +0200 Subject: [PATCH] Testing using quotes --- tasks/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/hosts.yml b/tasks/hosts.yml index 418d9addeb..d2c1606c75 100644 --- a/tasks/hosts.yml +++ b/tasks/hosts.yml @@ -12,7 +12,7 @@ - name: setup /etc/hosts for some clients 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 + - files: "$files/hosts/{{ ansible_fqdn }}-hosts" "$files/hosts/{{ ansible_hostname }}-hosts" "$files/hosts/{{ ansible_domain }}-hosts" "$files/hosts/{{ host_group }}-hosts" # skip: true tags: - config