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:
parent
72310ff3e8
commit
e5bc2e0570
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ EXAMPLES = """
|
|||
include_role:
|
||||
name: myrole
|
||||
with_items:
|
||||
- "{{roleinput1}}"
|
||||
- "{{roleinput2}}"
|
||||
- '{{ roleinput1 }}'
|
||||
- '{{ roleinput2 }}'
|
||||
loop_control:
|
||||
loop_var: roleinputvar
|
||||
|
||||
|
|
Loading…
Reference in a new issue