roles/common: Add apt-transport-https to base packages

Allows fetching debian repositories over HTTPS.
This commit is contained in:
Alan Orth 2017-11-05 01:29:00 +02:00
parent 1882ba612f
commit 55b464e8f7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
- vim
- lrzip
- unzip
- apt-transport-https # for https support in apt
- name: Configure cron-apt
import_tasks: cron-apt.yml

View File

@ -25,6 +25,7 @@
- vim
- lrzip
- unzip
- apt-transport-https # for https support in apt
- name: Security hardening (CIS Benchmark 1.0)
apt: pkg={{ item }} state=absent purge=yes