fix broken path for synchrony service

This commit is contained in:
btisekar
2019-10-30 18:45:06 +05:30
parent eb3449e55c
commit 5709fc5000
2 changed files with 2 additions and 2 deletions

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"