mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 03:42:45 +00:00
Use specified loopvar in include_role example loop
This commit is contained in:
committed by
Brian Coca
parent
b76c4c840e
commit
25a192034f
@@ -85,7 +85,7 @@ EXAMPLES = """
|
||||
|
||||
- name: Use role in loop
|
||||
include_role:
|
||||
name: myrole
|
||||
name: '{{ roleinputvar }}'
|
||||
with_items:
|
||||
- '{{ roleinput1 }}'
|
||||
- '{{ roleinput2 }}'
|
||||
|
||||
Reference in New Issue
Block a user