Try putting not inside brackets.
This commit is contained in:
@ -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 }}"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user