mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITOPSENG-101 ensure installed-plugins exists
This commit is contained in:
@@ -37,6 +37,14 @@
|
||||
dest: "{{ atl_product_version_cache_dir }}"
|
||||
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
|
||||
unarchive:
|
||||
remote_src: true
|
||||
|
||||
Reference in New Issue
Block a user