Fix error.

This commit is contained in:
Hyperling 2021-02-15 11:23:57 -06:00
parent 5891b80054
commit cd656c3b61

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: {{ item.disabled }}
disabled: "{{ item.disabled }}"
loop: "{{ miners }}"