removed jinja2 templating

This commit is contained in:
2023-07-22 21:39:53 +02:00
parent 69c8cfd2b9
commit 979d3d945e

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