mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
5 lines
131 B
YAML
5 lines
131 B
YAML
---
|
|
- name: Install distro-specific backup support packages
|
|
include_tasks: "../../tasks/{{ ansible_distribution|lower }}.yml"
|
|
|
|
|