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