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…
Reference in a new issue