Paul Belanger 8849eebcbe Initial commit
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-09-14 20:51:27 -04:00

7 lines
127 B
YAML

---
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yaml"
- include: install.yaml
sudo: yes