mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITOPSENG-101-3 only move jars from obr unpack if obr is unpacked
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
register: obr_unpack
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Move JSD dependency jars into the installed-plugins dir # noqa 503
|
||||
- name: Move JSD dependency jars into the installed-plugins dir # noqa 503
|
||||
shell:
|
||||
cmd: "mv {{ atl_product_home_shared }}/plugins/installed-plugins/dependencies/*.jar {{ atl_product_home_shared }}/plugins/installed-plugins"
|
||||
creates: "{{ atl_product_home_shared }}/plugins/installed-plugins/servicedesk-core-ui-plugin-{{ atl_jsd_build_info.json.name }}-*.jar"
|
||||
|
||||
Reference in New Issue
Block a user