Files
dc-deployments-automation/roles/product_common/tasks/main.yml
2020-08-25 09:50:53 +10:00

5 lines
99 B
YAML

---
- name: Perform distro-specific tasks
include_tasks: "{{ ansible_distribution|lower }}.yml"