1
0
Fork 0
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:
Maxim Kurganskiy 2018-04-12 17:04:32 +03:00 committed by Sam Doran
parent d303c0706c
commit 9f3491d035

View file

@ -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