From e8d53fadb1a9f67f9edbab329cc131103ba1bcd6 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 Jul 2014 18:22:06 +0200 Subject: wibble --- roles/common/tasks/smart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/common/tasks/smart.yml') diff --git a/roles/common/tasks/smart.yml b/roles/common/tasks/smart.yml index 3e2e02d..56502ea 100644 --- a/roles/common/tasks/smart.yml +++ b/roles/common/tasks/smart.yml @@ -2,7 +2,7 @@ # apt-listbugs complains due to #706909. apt: pkg=smartmontools -- name: Configure smartmontools +- name: Auto-enable smartmontools lineinfile: dest=/etc/default/smartmontools regexp='^(\s*#)?\s*start_smartd=' line='start_smartd=yes' -- cgit v1.2.3