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