Try putting not inside brackets.
This commit is contained in:
parent
f5c23d9b9b
commit
9673f33716
@ -16,7 +16,7 @@
|
||||
minute: "7"
|
||||
job: "killall {{ item.name }}.sh"
|
||||
state: present
|
||||
disabled: not {{ item.disabled | bool }}
|
||||
disabled: {{ not item.disabled | bool }}
|
||||
loop: "{{ miners }}"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user