This commit is contained in:
2023-07-22 21:49:33 +02:00
parent 979d3d945e
commit 143071494e

View File

@@ -12,4 +12,4 @@
app_token: '{{ app_token }}'
user_key: '{{ user_key }}'
delegate_to: localhost
when: disk_usage.stdout[:-1]|int > disk_threshold
when: disk_usage.stdout[:-1]|int > {{disk_threshold}}