1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add matching quotes (#5133)

Will fix broken syntax highlighting
This commit is contained in:
John R Barker 2016-10-03 18:20:52 +01:00 committed by Matt Clay
parent e2f66abe73
commit 3333035ef4

View file

@ -71,8 +71,8 @@ EXAMPLES = """
include_role: include_role:
name: myrole name: myrole
with_items: with_items:
- '{{roleinput1}}" - "{{roleinput1}}"
- '{{roleinput2}}" - "{{roleinput2}}"
loop_control: loop_control:
loop_var: roleinputvar loop_var: roleinputvar