diff --git a/tasks/main.yml b/tasks/main.yml
index 198710d01e66670d8cfca62316705ed443d84be9..73da5c1550d6f8b0c142606ab52cd908b3be07eb 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -12,6 +12,7 @@
   with_items:
       - unbound
       - unbound-anchor
+      - cron
   apt:
       name: '{{ item }}'
       state: present