Skip to content
Snippets Groups Projects
Commit 3bd87e72 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Use the given mysql host

parent c390da97
Branches
No related tags found
No related merge requests found
Pipeline #6183 failed
......@@ -86,7 +86,7 @@
- name: Set the correct db host # noqa 208
lineinfile:
path: /srv/AKPlanning/AKPlanning/settings_production.py
line: " 'HOST': 'instance',"
line: " 'HOST': '{{ hostvars[akplanning_mariadb_host]['ansible_default_ipv4']['address'] }}',"
regexp: "^ 'HOST':"
notify: restart akplanning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment