Skip to content
Snippets Groups Projects
Commit e73389b7 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: typo that created a wrong symlink for Rosetta configuration

parent c39602e2
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
changed_when: false
- name: set symlink for correct global.properties PROD
ansible.builtin.file:
src: "/exlibris/dps/d4_1/system.dir/conf/global.properties_http"
src: "/exlibris/dps/d4_1/system.dir/conf/global.properties_https"
dest: "/exlibris/dps/d4_1/system.dir/conf/global.properties"
state: link
# when: ("appprod0" in ansible_hostname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment