diff --git a/tasks/fprobe.yml b/tasks/fprobe.yml index 73b6f54..8914794 100644 --- a/tasks/fprobe.yml +++ b/tasks/fprobe.yml @@ -76,3 +76,5 @@ ## fail on trusty and centos7 but works in cli ignore_errors: true +- name: ensure service is started - again + service: name={{ fprobe_svc }} state=started