mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
doc: Add missing parenthesis in first_found example (#39420)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user