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