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

Put spaces between graphs and var name (#19063)

This commit is contained in:
Fabio Alessandro Locati 2016-12-09 10:59:50 +00:00 committed by John R Barker
parent 72310ff3e8
commit e5bc2e0570

View file

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