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

fix: set correct path for chmod-/chown-services

parent bb3b0e8b
Branches
Tags
No related merge requests found
...@@ -47,8 +47,8 @@ ...@@ -47,8 +47,8 @@
- name: Systemd-Unitfiles installieren (Files) - name: Systemd-Unitfiles installieren (Files)
copy: copy:
src: "etc/systemd/user/{{ item }}" src: "etc/systemd/system/{{ item }}"
dest: "/etc/systemd/user/{{ item }}" dest: "/etc/systemd/system/{{ item }}"
loop: loop:
- "chmod_sip_uploads.service" - "chmod_sip_uploads.service"
- "chown_dip_access.service" - "chown_dip_access.service"
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
tags: [systemd] tags: [systemd]
- name: Services automatisch bei jedem Booten starten - name: Services automatisch bei jedem Booten starten
command: "systemctl enable /etc/systemd/user/{{ item }}" # noqa 301 303 command: "systemctl enable /etc/systemd/system/{{ item }}" # noqa 301 303
loop: loop:
- "webservice_status_SLUBarchiv.service" - "webservice_status_SLUBarchiv.service"
- "subapp.service" - "subapp.service"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment