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