Try using not.
This commit is contained in:
parent
a9965087b8
commit
5f4f57c83f
@ -16,7 +16,7 @@
|
|||||||
minute: "13"
|
minute: "13"
|
||||||
job: "killall {{ item.name }}.sh"
|
job: "killall {{ item.name }}.sh"
|
||||||
state: present
|
state: present
|
||||||
disabled: "!{{ item.disabled }}"
|
disabled: not {{ item.disabled }}
|
||||||
loop: "{{ miners }}"
|
loop: "{{ miners }}"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user