From 0c3fd553e53de9879408b1c47a164be29d5b3002 Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Thu, 4 Feb 2021 09:18:12 +1000 Subject: [PATCH] Remove temp debug statement for testing --- roles/product_common/tasks/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/product_common/tasks/main.yml b/roles/product_common/tasks/main.yml index 5a52cbf..071ef0e 100644 --- a/roles/product_common/tasks/main.yml +++ b/roles/product_common/tasks/main.yml @@ -2,8 +2,3 @@ - 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