mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Examples: Edit mistake (#38657)
This commit is contained in:
parent
d303c0706c
commit
9f3491d035
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ EXAMPLES = """
|
||||||
vars:
|
vars:
|
||||||
findme:
|
findme:
|
||||||
- foo
|
- foo
|
||||||
- "{{inventory_hostname}}
|
- "{{inventory_hostname}}"
|
||||||
- bar
|
- bar
|
||||||
|
|
||||||
- name: same copy but specific paths
|
- name: same copy but specific paths
|
||||||
|
@ -48,7 +48,7 @@ EXAMPLES = """
|
||||||
vars:
|
vars:
|
||||||
findme:
|
findme:
|
||||||
- foo
|
- foo
|
||||||
- "{{inventory_hostname}}
|
- "{{inventory_hostname}}"
|
||||||
- bar
|
- bar
|
||||||
mypaths:
|
mypaths:
|
||||||
- /tmp/production
|
- /tmp/production
|
||||||
|
|
Loading…
Reference in a new issue