mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
e2f66abe73
commit
3333035ef4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue