mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Updated example in include_role.py
<!--- Updated example text from with_items to loop --> +label: docsite_pr
This commit is contained in:
@@ -86,7 +86,7 @@ EXAMPLES = """
|
||||
- name: Use role in loop
|
||||
include_role:
|
||||
name: '{{ roleinputvar }}'
|
||||
with_items:
|
||||
loop:
|
||||
- '{{ roleinput1 }}'
|
||||
- '{{ roleinput2 }}'
|
||||
loop_control:
|
||||
|
||||
Reference in New Issue
Block a user