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

pull/39466/head
Pilou 6 years ago committed by René Moser
parent fdcece5c38
commit 019decd29a

@ -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

Loading…
Cancel
Save