|
|
|
@@ -36,10 +36,10 @@ |
|
|
|
file: |
|
|
|
path: "{{ matrix_systemd_path }}/matrix-mautrix-amp.service" |
|
|
|
state: absent |
|
|
|
when: "matrix_mautrix_samp_service_stat.stat.exists" |
|
|
|
when: "matrix_mautrix_amp_service_stat.stat.exists" |
|
|
|
|
|
|
|
# All services |
|
|
|
- name: Ensure systemd reloaded after matrix-mautrix-amp.service removal |
|
|
|
service: |
|
|
|
daemon_reload: yes |
|
|
|
when: "matrix_mautrix_amp_service_stat.stat.exists or matrix_mautrix_amp_puppeteer_service_stat.stat.exists" |
|
|
|
when: "matrix_mautrix_amp_service_stat.stat.exists or matrix_mautrix_amp_puppeteer_service_stat.stat.exists" |