Last active
November 17, 2017 16:23
-
-
Save samdoran/339eb1fa15ab9c097859719c40faa5c4 to your computer and use it in GitHub Desktop.
Issue 19305
This file contains 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: Issue 19305 - Include role and variable issues | |
hosts: localhost | |
connection: local | |
become: no | |
gather_facts: no | |
tasks: | |
- name: Include some roles | |
include_role: | |
name: "{{ item }}" | |
with_items: | |
- role1 | |
- role2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment