Files
dc-deployments-automation/roles/product_common/tasks/main.yml
2020-08-25 08:21:22 +10:00

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]"