1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

roles: -> tasks: for dynamic execution

Since Ansible 2.3 / 2.4 per https://docs.ansible.com/ansible/2.4/playbooks_reuse_roles.html
This commit is contained in:
A Holt 2017-10-30 20:45:52 -04:00 committed by Jerry Vonau
parent 84fb30f513
commit d5ee8ff4ff

View file

@ -7,6 +7,7 @@
- vars/{{ ansible_local.local_facts.os_ver }}.yml
- vars/local_vars.yml
tasks:
- name: 0-init
include_role:
name: 0-init