Try not on the inside.
This commit is contained in:
parent
9212efca40
commit
7b53d2b67b
@ -27,5 +27,5 @@
|
||||
minute: "0-6,8-59"
|
||||
job: "ps -ef | grep '{{ item.name }}.sh' | grep -v 'grep' && {{ user_mfn.home }}/{{ item.name }}.sh"
|
||||
state: present
|
||||
disabled: not({{ item.enabled }})
|
||||
disabled: "{{ not(item.enabled) }}"
|
||||
loop: "{{ miners }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user