mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
ITOPSENG-101 ensure installed-plugins exists
This commit is contained in:
@@ -37,6 +37,14 @@
|
|||||||
dest: "{{ atl_product_version_cache_dir }}"
|
dest: "{{ atl_product_version_cache_dir }}"
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
|
||||||
|
- name: Ensure instaled-plugins dir exists
|
||||||
|
file:
|
||||||
|
path: "{{ atl_product_version_cache_dir }}/plugins/installed-plugins"
|
||||||
|
state: directory
|
||||||
|
mode: 0750
|
||||||
|
owner: "{{ atl_product_user }}"
|
||||||
|
group: "{{ atl_product_user }}"
|
||||||
|
|
||||||
- name: Unpack the obr into the installed-plugins dir
|
- name: Unpack the obr into the installed-plugins dir
|
||||||
unarchive:
|
unarchive:
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
|||||||
Reference in New Issue
Block a user