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