Add temp debug statement for testing

This commit is contained in:
Dylan Rathbone
2020-12-11 15:09:21 +10:00
parent 0b92a977e6
commit 001552eeed

View File

@@ -2,3 +2,8 @@
- 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]"