mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07: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…
Add table
Add a link
Reference in a new issue