ITOPSENG-277 fixed bad path for synchrony wrapper script

This commit is contained in:
Brett Meehan
2019-10-24 12:34:42 +11:00
parent 0711c75dab
commit e8489678a5

View File

@@ -3,7 +3,7 @@
- name: Install the startup wrapper script
copy:
src: start-synchrony
dest: "{{ atl_installation_base }}/bin/start-synchrony"
dest: "{{ atl_product_installation_current }}/bin/start-synchrony"
group: "{{ atl_product_user }}"
mode: "0750"