blob: f3f5d85aa100ee4b3188f7e630e08b530d7a5e26 (
plain)
1
2
3
4
5
|
---
# file: roles/tg/tasks/main.yaml
- name: Install distribution - release - machine prerequisites
include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
|