1
0
Fork 0
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:
Adilio 2018-11-23 22:31:47 -08:00 committed by Toshio Kuratomi
parent 5eb7f5781e
commit 3cbb66dd53

View file

@ -86,7 +86,7 @@ EXAMPLES = """
- name: Use role in loop
include_role:
name: '{{ roleinputvar }}'
with_items:
loop:
- '{{ roleinput1 }}'
- '{{ roleinput2 }}'
loop_control: