Put spaces between graphs and var name (#19063)

pull/18999/head
Fabio Alessandro Locati 8 years ago committed by John R Barker
parent 72310ff3e8
commit e5bc2e0570

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

Loading…
Cancel
Save