Created
May 1, 2017 14:09
-
-
Save estahn/88713c68f9b288f2113e33c5e1d795a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| allow_duplicates: yes | |
| dependencies: | |
| - { role: roleA, tasks: [1] } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Play | |
| hosts: localhost | |
| connection: local | |
| gather_facts: false | |
| roles: | |
| - { role: roleA, tasks: [1] } | |
| - { role: roleB, name: two } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - debug: | |
| msg: "{{ role_name }} test1 name={{ name | default('N/A') }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - debug: | |
| msg: "{{ role_name }} test2 name={{ name | default('N/A') }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment