Skip to content

Instantly share code, notes, and snippets.

@stepanstipl
Last active October 14, 2016 14:32
Show Gist options
  • Save stepanstipl/f285d68bcb5c25cd815e56e6b389bd22 to your computer and use it in GitHub Desktop.
Save stepanstipl/f285d68bcb5c25cd815e56e6b389bd22 to your computer and use it in GitHub Desktop.
- debug:
msg: Test-intermediate - before
- include_role:
name: test
- debug:
msg: Test-intermediate - after
---
- hosts: localhost
tasks:
- debug:
msg: Main - before
- include_role:
name: test-intermediate
vars:
- debug:
msg: Main - after
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment