From 626d41d76db11744f2093097811ce8088cbe2603 Mon Sep 17 00:00:00 2001 From: Azra Sulthana Date: Thu, 11 Jul 2019 06:36:08 +0000 Subject: [PATCH] Removing 'crowd' hard coding --- roles/product_install/tasks/crowd_install.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/product_install/tasks/crowd_install.yml b/roles/product_install/tasks/crowd_install.yml index 492ed54..a11658c 100644 --- a/roles/product_install/tasks/crowd_install.yml +++ b/roles/product_install/tasks/crowd_install.yml @@ -19,7 +19,7 @@ - name: locate installer - find: paths="{{ atl_crowd_download }}" patterns="*crowd*.tar.gz" + find: paths="{{ atl_crowd_download }}" patterns="*{{atl_product_edition}}*.tar.gz" register: find_result - debug: msg = " {{find_result }}" @@ -29,11 +29,8 @@ unarchive: src: "{{ item.path }}" dest: "{{atl_product_installation_versioned}}" -# remote_src: yes with_items: "{{ find_result.files }}" -#- name: unpack crowd -# shell: tar -xvzf {{atl_crowd_download}}/*crowd*{{atl_product_version}}.tar.gz . - name: Symlink the installed version to current file: