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

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

@ -44,7 +44,7 @@ EXAMPLES = """
- bar - bar
- name: same copy but specific paths - 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: vars:
findme: findme:
- foo - foo

Loading…
Cancel
Save