Files
dc-deployments-automation/roles/create_backups/molecule/default/playbook.yml
2020-01-03 11:33:54 +11:00

7 lines
175 B
YAML

---
- name: Converge
hosts: all
tasks:
- name: Install distro-specific backup support packages
include_tasks: "../../tasks/{{ ansible_distribution|lower }}.yml"