try the slightly nicer syntax :)
This commit is contained in:
parent
947659bbab
commit
ab292d2c21
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue