Fix incorrect path

This commit is contained in:
Slavi Pantaleev 2018-09-07 13:59:29 +03:00
parent 7310498f71
commit 88b4434da9

View file

@ -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"