mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 02:43:06 -06:00
10 lines
249 B
YAML
10 lines
249 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-211-add-sql-server-support-to-crow]"
|