From 155721b870f60d71cf3143d79dc265f0d7c8bcf6 Mon Sep 17 00:00:00 2001 From: juju4 Date: Sat, 15 Jul 2017 12:33:48 -0400 Subject: [PATCH] fprobe starting on second time only sometimes? --- tasks/fprobe.yml | 2 ++ 1 file changed, 2 insertions(+) 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