Add space.

This commit is contained in:
Hyperling 2021-02-15 18:41:58 -06:00
parent 29fbf12b62
commit acc33c61c1

View File

@ -26,7 +26,7 @@
user: mfn
name: "Start {{ item.name }}"
minute: "*/5"
job: "[[ ps -ef | grep -v 'grep'| grep -c '{{ item.command }}' == '0' ]] && {{ item.command }}"
job: "[[ ps -ef | grep -v 'grep' | grep -c '{{ item.command }}' == '0' ]] && {{ item.command }}"
state: present
disabled: "{{ not(item.enabled) }}"
loop: "{{ miners }}"