Fixes #5227 Corrected doc example of with_first_found

pull/5251/merge
James Tanner 12 years ago
parent ab51bd23a2
commit 5c64d703b9

@ -193,7 +193,7 @@ The following example shows how to template out a configuration file that was ve
- name: template a file
template: src={{ item }} dest=/etc/myapp/foo.conf
with_first_found:
files:
- files:
- {{ ansible_distribution }}.conf
- default.conf
paths:

Loading…
Cancel
Save