see if that does the trick for the opts
This commit is contained in:
parent
666ad15d7a
commit
2fa2439f7c
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@
|
||||||
action: template src=$item dest=/etc/fas.conf owner=root mode=600
|
action: template src=$item dest=/etc/fas.conf owner=root mode=600
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- $files/fas-client/${ansible_fqdn}.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/${ansible_hostname}.fas.conf.j2
|
$files/fas-client/${ansible_hostname}.fas.conf.j2
|
||||||
- $files/fas-client/fas.conf.j2
|
$files/fas-client/fas.conf.j2
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue