fixed var
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user