Fix incorrect path
This commit is contained in:
parent
7310498f71
commit
88b4434da9
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue