From 001552eeedd26e4207fd3d06d5f933be38166852 Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Fri, 11 Dec 2020 15:09:21 +1000 Subject: [PATCH] Add temp debug statement for testing --- roles/product_common/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/product_common/tasks/main.yml b/roles/product_common/tasks/main.yml index 071ef0e..5a52cbf 100644 --- a/roles/product_common/tasks/main.yml +++ b/roles/product_common/tasks/main.yml @@ -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]" \ No newline at end of file