Skip to content
Snippets Groups Projects
Commit f4e98c7b authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Jelle van der Waa
Browse files

archweb: replace hardcoded path

parent e99abaa9
No related branches found
No related tags found
1 merge request!157archweb: replace hardcoded path and refactor tasks installing systemd services and timers
......@@ -66,7 +66,7 @@
file: state=directory owner=archweb group=archweb mode=0755 path="{{ archweb_dir }}"
- name: configure archweb
template: src=local_settings.py.j2 dest=/srv/http/archweb/local_settings.py owner=archweb group=archweb mode=0660
template: src=local_settings.py.j2 dest={{ archweb_dir }}/local_settings.py owner=archweb group=archweb mode=0660
register: config
no_log: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment