Change this one back

This commit is contained in:
Kevin Fenzi 2014-06-12 21:21:44 +00:00
parent cb7c5c456a
commit 8ff12d1151

View file

@ -45,7 +45,7 @@
# #
- name: setup /etc/fas.conf for client use - name: setup /etc/fas.conf for client use
template: src={{ item }} dest=/etc/fas.conf owner=root mode=600 template: src={{ item }} dest=/etc/fas.conf owner=root mode=600
with_first_found: first_available_file:
- "{{ ansible_fqdn }}.fas.conf.j2" - "{{ ansible_fqdn }}.fas.conf.j2"
- "{{ ansible_hostname }}.fas.conf.j2" - "{{ ansible_hostname }}.fas.conf.j2"
- "{{ ansible_hostname }}.fas.conf.j2" - "{{ ansible_hostname }}.fas.conf.j2"