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