MINOR: some minor constants changed

This commit is contained in:
2026-07-13 07:24:43 +00:00
parent 1c0e994bfb
commit f289a3b3bc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
become: false
ansible.builtin.shell: set -o pipefail && df -h / | tail -1 | awk '{gsub(/%/, "", $5); print $5}'
register: common_healthcheck_result
failed_when: common_healthcheck_result.stdout | int > 1
failed_when: common_healthcheck_result.stdout | int > 85
changed_when: false # This task does not change the system
rescue: