mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
5 lines
115 B
YAML
5 lines
115 B
YAML
---
|
|
|
|
- name: Perform distro-specific tasks
|
|
ansible.builtin.include_tasks: "{{ ansible_distribution|lower }}.yml"
|