mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
include_role:
|
||||
name: '{{ roleinputvar }}'
|
||||
with_items:
|
||||
loop:
|
||||
- '{{ roleinput1 }}'
|
||||
- '{{ roleinput2 }}'
|
||||
loop_control:
|
||||
|
|
Loading…
Add table
Reference in a new issue