Try not on the inside.

This commit is contained in:
Hyperling 2021-02-15 12:13:49 -06:00
parent 9212efca40
commit 7b53d2b67b

View File

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