Fixes #5227 Corrected doc example of with_first_found

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

@ -193,10 +193,10 @@ 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:
paths:
- search_location_one/somedir/
- /opt/other_location/somedir/

Loading…
Cancel
Save