fixed var

This commit is contained in:
2023-07-22 21:30:42 +02:00
parent f2529fadfc
commit a3c6a1a249

View File

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