Fix incorrect path
This commit is contained in:
@@ -63,6 +63,6 @@
|
|||||||
|
|
||||||
- name: Ensure matrix-corporal.service doesn't exist
|
- name: Ensure matrix-corporal.service doesn't exist
|
||||||
file:
|
file:
|
||||||
path: "{{ role_path }}/templates/systemd/matrix-corporal.service.j2"
|
path: "/etc/systemd/system/matrix-corporal.service"
|
||||||
state: absent
|
state: absent
|
||||||
when: "not matrix_corporal_enabled"
|
when: "not matrix_corporal_enabled"
|
||||||
|
Reference in New Issue
Block a user