all on one line - gurmble
This commit is contained in:
parent
0308d91f86
commit
6590142346
1 changed files with 1 additions and 4 deletions
|
@ -44,10 +44,7 @@
|
|||
- 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