MINOR: some minor constants changed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user