mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITOPSENG-277 fixed bad path for synchrony wrapper script
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
- name: Install the startup wrapper script
|
- name: Install the startup wrapper script
|
||||||
copy:
|
copy:
|
||||||
src: start-synchrony
|
src: start-synchrony
|
||||||
dest: "{{ atl_installation_base }}/bin/start-synchrony"
|
dest: "{{ atl_product_installation_current }}/bin/start-synchrony"
|
||||||
group: "{{ atl_product_user }}"
|
group: "{{ atl_product_user }}"
|
||||||
mode: "0750"
|
mode: "0750"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user