Skip some uninstall tasks if not necessary to run
This commit is contained in:
@ -51,6 +51,7 @@
|
||||
stat:
|
||||
path: "/etc/systemd/system/matrix-corporal.service"
|
||||
register: matrix_corporal_service_stat
|
||||
when: "not matrix_corporal_enabled"
|
||||
|
||||
- name: Ensure matrix-corporal is stopped
|
||||
service:
|
||||
|
Reference in New Issue
Block a user