From cbac27b3f2aa1a793755ad778c509ff907d18d1f Mon Sep 17 00:00:00 2001 From: fencl Date: Sun, 5 Oct 2025 09:10:17 +0200 Subject: [PATCH] Refactor check_stack_nextcloud.yml: uncomment stack health check command for execution --- nextcloud/check_stack_nextcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/check_stack_nextcloud.yml b/nextcloud/check_stack_nextcloud.yml index 6b29b43..a17ccdd 100644 --- a/nextcloud/check_stack_nextcloud.yml +++ b/nextcloud/check_stack_nextcloud.yml @@ -36,7 +36,7 @@ - "docker exec -u www-data nextcloud php occ app:update --all" - "docker exec -u www-data nextcloud php occ maintenance:repair --include-expensive" - "docker exec -u www-data nextcloud php occ status" - # - "bash /data/compose/nextcloud/stack-health.sh" + - "bash /data/compose/nextcloud/stack-health.sh" tasks: - name: Ensure sshpass is installed (for password-based SSH) # English comments @@ -80,4 +80,4 @@ that: "item.rc == 0" fail_msg: "Command failed on VM: {{ item.item }} (rc={{ item.rc }})" success_msg: "All commands succeeded." - loop: "{{ vm_cmds.results }}" \ No newline at end of file + loop: "{{ vm_cmds.results }}"