first version of base role

This commit is contained in:
Timo Makinen 2019-05-10 15:25:38 +03:00
parent 57ffdc6b50
commit 2ceee43d40
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
- name: include os specific tasks
include_tasks: "{{ ansible_os_family }}.yml"