From cc5b3c8a70662a3dee8141650770599851b5f523 Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Tue, 15 Oct 2019 11:03:03 +1100 Subject: [PATCH] ITOPSENG-164 Debug some changes to logic --- roles/product_install/tasks/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/roles/product_install/tasks/main.yml b/roles/product_install/tasks/main.yml index 30d3cce..349df3e 100644 --- a/roles/product_install/tasks/main.yml +++ b/roles/product_install/tasks/main.yml @@ -164,8 +164,8 @@ block: - name: debug - msg: - - Download the binary + debug: + msg: Download the binary - name: Fetch binary get_url: @@ -242,6 +242,10 @@ when: move_binary +- name: debug + debug: + msg: Install from {{ atl_product_download }} + # At this point the binary is in place and can be used to install # The location is determined by {{ atl_product_download }} variable # set above