mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
Removing 'crowd' hard coding
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- name: locate installer
|
- 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
|
register: find_result
|
||||||
|
|
||||||
- debug: msg = " {{find_result }}"
|
- debug: msg = " {{find_result }}"
|
||||||
@@ -29,11 +29,8 @@
|
|||||||
unarchive:
|
unarchive:
|
||||||
src: "{{ item.path }}"
|
src: "{{ item.path }}"
|
||||||
dest: "{{atl_product_installation_versioned}}"
|
dest: "{{atl_product_installation_versioned}}"
|
||||||
# remote_src: yes
|
|
||||||
with_items: "{{ find_result.files }}"
|
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
|
- name: Symlink the installed version to current
|
||||||
file:
|
file:
|
||||||
|
|||||||
Reference in New Issue
Block a user