From 979d3d945e595fc97aab264b44bc16a776e03512 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Sat, 22 Jul 2023 21:39:53 +0200 Subject: [PATCH] removed jinja2 templating --- diskspace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diskspace.yml b/diskspace.yml index 495fab7..0971042 100644 --- a/diskspace.yml +++ b/diskspace.yml @@ -12,4 +12,4 @@ app_token: '{{ app_token }}' user_key: '{{ user_key }}' delegate_to: localhost - when: disk_usage.stdout[:-1]|int > {{ disk_threshold }} \ No newline at end of file + when: disk_usage.stdout[:-1]|int > disk_threshold \ No newline at end of file