diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2014-06-12 21:21:44 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2014-06-12 21:21:44 +0000 |
| commit | 8ff12d1151aeb016d3003ef7ae595cbe840e4013 (patch) | |
| tree | 3ac4192bb63c4f961b3c5161dd8159729500b588 | |
| parent | cb7c5c456a8e8d124f04cf25cafd83451cfa06dd (diff) | |
Change this one back
| -rw-r--r-- | roles/fas_client/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fas_client/tasks/main.yml b/roles/fas_client/tasks/main.yml index 2e95b031a..0357a6c9e 100644 --- a/roles/fas_client/tasks/main.yml +++ b/roles/fas_client/tasks/main.yml @@ -45,7 +45,7 @@ # - name: setup /etc/fas.conf for client use template: src={{ item }} dest=/etc/fas.conf owner=root mode=600 - with_first_found: + first_available_file: - "{{ ansible_fqdn }}.fas.conf.j2" - "{{ ansible_hostname }}.fas.conf.j2" - "{{ ansible_hostname }}.fas.conf.j2" |
