mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Use specified loopvar in include_role example loop
This commit is contained in:
parent
b76c4c840e
commit
25a192034f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ EXAMPLES = """
|
||||||
|
|
||||||
- name: Use role in loop
|
- name: Use role in loop
|
||||||
include_role:
|
include_role:
|
||||||
name: myrole
|
name: '{{ roleinputvar }}'
|
||||||
with_items:
|
with_items:
|
||||||
- '{{ roleinput1 }}'
|
- '{{ roleinput1 }}'
|
||||||
- '{{ roleinput2 }}'
|
- '{{ roleinput2 }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue