mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Updated example in include_role.py
<!--- Updated example text from with_items to loop --> +label: docsite_pr
This commit is contained in:
parent
5eb7f5781e
commit
3cbb66dd53
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ EXAMPLES = """
|
||||||
- name: Use role in loop
|
- name: Use role in loop
|
||||||
include_role:
|
include_role:
|
||||||
name: '{{ roleinputvar }}'
|
name: '{{ roleinputvar }}'
|
||||||
with_items:
|
loop:
|
||||||
- '{{ roleinput1 }}'
|
- '{{ roleinput1 }}'
|
||||||
- '{{ roleinput2 }}'
|
- '{{ roleinput2 }}'
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue