Try single brace.
This commit is contained in:
parent
705bfaea2e
commit
5891b80054
@ -16,7 +16,7 @@
|
|||||||
minute: "7"
|
minute: "7"
|
||||||
job: "killall {{ item.name }}.sh"
|
job: "killall {{ item.name }}.sh"
|
||||||
state: present
|
state: present
|
||||||
disabled: {{ not {{ item.disabled }}}}
|
disabled: { not item.disabled }
|
||||||
loop: "{{ miners }}"
|
loop: "{{ miners }}"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user