1
0
Fork 0
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:
Juan Martinez 2018-10-01 15:45:26 -04:00 committed by Brian Coca
parent b76c4c840e
commit 25a192034f

View file

@ -85,7 +85,7 @@ EXAMPLES = """
- name: Use role in loop
include_role:
name: myrole
name: '{{ roleinputvar }}'
with_items:
- '{{ roleinput1 }}'
- '{{ roleinput2 }}'