mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
9 lines
223 B
YAML
9 lines
223 B
YAML
---
|
|
|
|
- name: Perform distro-specific tasks
|
|
include_tasks: "{{ ansible_distribution|lower }}.yml"
|
|
|
|
- name: Verification of branch
|
|
debug:
|
|
msg:
|
|
- ">>>> THIS PLAYBOOK HAS BEEN RUN FROM [feature/azure_deployments]" |