try the slightly nicer syntax :)

This commit is contained in:
Seth Vidal 2013-04-19 21:27:06 +00:00
parent 947659bbab
commit ab292d2c21

View file

@ -44,7 +44,10 @@
- name: setup /etc/fas.conf for client use
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_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
tags:
- config