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:
|
||||
findme:
|
||||
- foo
|
||||
- "{{inventory_hostname}}
|
||||
- "{{inventory_hostname}}"
|
||||
- bar
|
||||
|
||||
- name: same copy but specific paths
|
||||
|
@ -48,7 +48,7 @@ EXAMPLES = """
|
|||
vars:
|
||||
findme:
|
||||
- foo
|
||||
- "{{inventory_hostname}}
|
||||
- "{{inventory_hostname}}"
|
||||
- bar
|
||||
mypaths:
|
||||
- /tmp/production
|
||||
|
|
Loading…
Reference in a new issue