From 8e180d00ab961f3b0c82f8d614d6ed9c615f80d2 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 23 Dec 2020 21:25:49 -0600 Subject: [PATCH] collectd: Ensure service is enabled --- roles/collectd/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/collectd/tasks/main.yml b/roles/collectd/tasks/main.yml index c38e169..07c775f 100644 --- a/roles/collectd/tasks/main.yml +++ b/roles/collectd/tasks/main.yml @@ -33,3 +33,8 @@ tags: - collectd-config - collectd-network + +- name: ensure collectd starts at boot + service: + name: collectd + enabled: true