From 3b9573041787778d4c8dfb30fa112ccd71cac0bb Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 6 Jul 2019 21:36:04 +0300 Subject: [PATCH] roles/common: Synchronize Debian package task with Ubuntu --- roles/common/tasks/packages_Debian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/common/tasks/packages_Debian.yml b/roles/common/tasks/packages_Debian.yml index a26119d..58d0380 100644 --- a/roles/common/tasks/packages_Debian.yml +++ b/roles/common/tasks/packages_Debian.yml @@ -12,7 +12,7 @@ - iotop - htop - strace - - cron-apt #how does this work with systemd? + - cron-apt - safe-rm - debian-goodies - mosh @@ -24,7 +24,7 @@ - apt-transport-https # for https support in apt - name: Install base packages - apt: name={{ base_packages }} update_cache=yes + apt: name={{ base_packages }} state=present update_cache=yes cache_valid_time=3600 - name: Configure cron-apt import_tasks: cron-apt.yml