From 2fa2439f7c94a3a2d2d450baaedd0866417d84d5 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 19 Apr 2013 21:13:19 +0000 Subject: [PATCH] see if that does the trick for the opts --- tasks/fas_client.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/fas_client.yml b/tasks/fas_client.yml index 2bbac2ad44..de077ef533 100644 --- a/tasks/fas_client.yml +++ b/tasks/fas_client.yml @@ -45,9 +45,9 @@ action: template src=$item dest=/etc/fas.conf owner=root mode=600 with_first_found: - $files/fas-client/${ansible_fqdn}.fas.conf.j2 - - $files/fas-client/${ansible_hostname}.fas.conf.j2 - - $files/fas-client/${ansible_hostname}.fas.conf.j2 - - $files/fas-client/fas.conf.j2 + $files/fas-client/${ansible_hostname}.fas.conf.j2 + $files/fas-client/${ansible_hostname}.fas.conf.j2 + $files/fas-client/fas.conf.j2 tags: - config