mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
Removing 'crowd' hard coding
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user