Skip to content

Instantly share code, notes, and snippets.

@a-fro
Created October 27, 2014 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-fro/68377740830afc496dd3 to your computer and use it in GitHub Desktop.
Save a-fro/68377740830afc496dd3 to your computer and use it in GitHub Desktop.
pre-task/role/task example
---
- hosts: all
gather_facts: yes
vars_files:
- vars/main.yml
pre_tasks:
- include: tasks/init.yml
roles:
- role1
- role2
tasks:
- include: tasks/www.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment