mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITPLT-3960 remove downloading lock regardless of dl outocme
This commit is contained in:
@@ -56,11 +56,10 @@
|
|||||||
state: directory
|
state: directory
|
||||||
when: jdk_downloaded.changed
|
when: jdk_downloaded.changed
|
||||||
|
|
||||||
- name: Remove jdk_downloading lock directory if we took out completed lock
|
- name: Remove jdk_downloading lock directory on success or fail
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ atl_product_home_shared_download_dir }}/temurin-{{ java_major_version }}-jdk_downloading"
|
path: "{{ atl_product_home_shared_download_dir }}/temurin-{{ java_major_version }}-jdk_downloading"
|
||||||
state: absent
|
state: absent
|
||||||
when: jdk_downloaded.changed
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- jdk_downloading_lock
|
- jdk_downloading_lock
|
||||||
|
|||||||
Reference in New Issue
Block a user