roles/common: Add apt-transport-https to base packages
Allows fetching debian repositories over HTTPS.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user