summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/apt.yml
diff options
context:
space:
mode:
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