roles/common: Synchronize Debian package task with Ubuntu

This commit is contained in:
Alan Orth 2019-07-06 21:36:04 +03:00
parent 10200e52ab
commit 3b95730417
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -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