mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 22:30:59 +00:00
Put spaces between graphs and var name (#19063)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user