convert first_available_files to with_first_found

This commit is contained in:
Seth Vidal 2013-05-20 20:25:00 +00:00
parent 3f9e197905
commit 3b507d55e2
2 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
- name: /etc/postfix/main.cf
action: copy src=$item dest=/etc/postfix/main.cf
first_available_file:
with_first_found:
- $postfix_maincf
- $files/postfix/main.cf.${ansible_fqdn}
- $files/postfix/main.cf.${inventory_hostname}