From 7f864692be0962a4bf16a6e51b2fec224499f390 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Sat, 24 Jun 2017 20:04:47 +0900 Subject: [PATCH] update the state parameter's deprecated choice with state=started --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 8901df0..3e193e1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -75,7 +75,7 @@ - name: "Make sure collectd is running" service: > name=collectd - state=running + state=started enabled=yes runlevel=5 tags: