mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-01 16:53:14 -06:00
5 lines
152 B
YAML
5 lines
152 B
YAML
---
|
|
|
|
- name: Perform distro-specific tasks
|
|
ansible.builtin.include_tasks: "{{ ansible_distribution | lower }}-{{ ansible_distribution_version }}.yml"
|