diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-20 20:25:00 +0000 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-20 20:25:00 +0000 |
| commit | 3b507d55e26e119106d13dccf4e787efd5aa8024 (patch) | |
| tree | 3fc13b5a4dee106d73992e7f45c9910d1dde4263 /tasks/postfix_basic.yml | |
| parent | 3f9e197905b81e09ed24ceb5269e22a51a0c82d1 (diff) | |
| download | ansible-3b507d55e26e119106d13dccf4e787efd5aa8024.tar.gz ansible-3b507d55e26e119106d13dccf4e787efd5aa8024.tar.xz ansible-3b507d55e26e119106d13dccf4e787efd5aa8024.zip | |
convert first_available_files to with_first_found
Diffstat (limited to 'tasks/postfix_basic.yml')
| -rw-r--r-- | tasks/postfix_basic.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/postfix_basic.yml b/tasks/postfix_basic.yml index 83cc6ef7e..6a9206ece 100644 --- a/tasks/postfix_basic.yml +++ b/tasks/postfix_basic.yml @@ -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} |
