Skip to content
Snippets Groups Projects
Commit 9a4bed23 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

archweb: fix installing memcached template

parent 9169d999
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@
when: archweb_services or archweb_pgp_import
- name: install archweb memcached service
template: src="archweb-memcached.service.j2" dest="/etc/systemd/system/archwiki-memcached.service" owner=root group=root mode=0644
template: src="archweb-memcached.service.j2" dest="/etc/systemd/system/archweb-memcached.service" owner=root group=root mode=0644
notify:
- daemon reload
when: archweb_site|bool
......
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