Skip to content

Instantly share code, notes, and snippets.

@samdoran
Last active November 17, 2017 16:23
Show Gist options
  • Save samdoran/339eb1fa15ab9c097859719c40faa5c4 to your computer and use it in GitHub Desktop.
Save samdoran/339eb1fa15ab9c097859719c40faa5c4 to your computer and use it in GitHub Desktop.
Issue 19305
- 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