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
|
- 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…
Reference in a new issue