Try using not.

This commit is contained in:
Hyperling 2021-02-15 11:12:04 -06:00
parent a9965087b8
commit 5f4f57c83f

View File

@ -16,7 +16,7 @@
minute: "13"
job: "killall {{ item.name }}.sh"
state: present
disabled: "!{{ item.disabled }}"
disabled: not {{ item.disabled }}
loop: "{{ miners }}"