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:
parent
fdcece5c38
commit
019decd29a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue