[GIT] refactor submodules: add all to own repo

This commit is contained in:
Jannik Beyerstedt 2019-10-06 22:41:31 +02:00
commit 6ce42341b2
19 changed files with 328 additions and 0 deletions

8
tasks/tools.yml Normal file
View file

@ -0,0 +1,8 @@
---
# Common/Tools: Additional Tools (depending on OS)
- name: tools - Install basic utilities
include_tasks: "{{ item }}"
with_first_found:
- "tools-{{ ansible_distribution }}.yml"
- "tools-{{ ansible_os_family }}.yml"