Another attempt to fix this up.

This commit is contained in:
Kevin Fenzi 2014-06-25 22:10:36 +00:00
parent 553599e2aa
commit 5db70eb63c

View file

@ -46,10 +46,10 @@
- name: setup /etc/fas.conf for client use
template: src={{ item }} dest=/etc/fas.conf owner=root mode=600
with_first_found:
- "../templates/{{ ansible_fqdn }}.fas.conf.j2"
- "../templates/{{ ansible_hostname }}.fas.conf.j2"
- "../templates/{{ ansible_hostname }}.fas.conf.j2"
- fas.conf.j2
- ../templates/{{ ansible_fqdn }}.fas.conf.j2
- ../templates/{{ ansible_hostname }}.fas.conf.j2
- ../templates/{{ ansible_hostname }}.fas.conf.j2
- ../templates/fas.conf.j2
tags:
- config
notify: