1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

doc: Add missing parenthesis in first_found example (#39420)

This commit is contained in:
Pilou 2018-04-28 14:59:07 +02:00 committed by René Moser
parent fdcece5c38
commit 019decd29a

View file

@ -44,7 +44,7 @@ EXAMPLES = """
- bar
- name: same copy but specific paths
copy: src={{lookup('first_found', findme, mypaths}} dest=/some/file
copy: src={{lookup('first_found', findme, mypaths)}} dest=/some/file
vars:
findme:
- foo