Updated example in include_role.py

<!--- Updated example text from with_items to loop -->

+label: docsite_pr
pull/49212/head
Adilio 6 years ago committed by Toshio Kuratomi
parent 5eb7f5781e
commit 3cbb66dd53

@ -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…
Cancel
Save