mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
Examples: Edit mistake (#38657)
This commit is contained in:
committed by
Sam Doran
parent
d303c0706c
commit
9f3491d035
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user