summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/apt.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-11-04 00:59:20 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:50:39 +0200
commitb48755386073c7245c221c3108290473ae1b279e (patch)
treebec11b7290d09049673b7ec62a14630ce5437bb5 /roles/common/tasks/apt.yml
parent67c5135625d3553dcb6f2bfc193df24c0e1ab826 (diff)
Autostart daemons.
Diffstat (limited to 'roles/common/tasks/apt.yml')
-rw-r--r--roles/common/tasks/apt.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/common/tasks/apt.yml b/roles/common/tasks/apt.yml
index 9b553b0..030709b 100644
--- a/roles/common/tasks/apt.yml
+++ b/roles/common/tasks/apt.yml
@@ -34,3 +34,8 @@
- listchanges.conf
- apt.conf.d/10periodic
- apt.conf.d/50unattended-upgrades
+
+- name: Start cron
+ service: name=cron state=started
+ tags:
+ - cron