Fixes #5227 Corrected doc example of with_first_found
This commit is contained in:
parent
ab51bd23a2
commit
5c64d703b9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue