Try putting not inside brackets.

This commit is contained in:
Hyperling 2021-02-15 11:17:21 -06:00
parent f5c23d9b9b
commit 9673f33716

View File

@ -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 }}"