From 3ba0b6878e8cea231fd12cfd3bd9b8a9049755e6 Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Tue, 25 Aug 2020 09:50:53 +1000 Subject: [PATCH] AZURE-211: 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 596f10d..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-211-add-sql-server-support-to-crow]"