Files
dc-deployments-automation/roles/product_common/tasks/main.yml
2020-12-11 15:09:21 +10:00

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