roles/common: Add apt-transport-https to base packages
Allows fetching debian repositories over HTTPS.
This commit is contained in:
parent
1882ba612f
commit
55b464e8f7
@ -19,6 +19,7 @@
|
|||||||
- vim
|
- vim
|
||||||
- lrzip
|
- lrzip
|
||||||
- unzip
|
- unzip
|
||||||
|
- apt-transport-https # for https support in apt
|
||||||
|
|
||||||
- name: Configure cron-apt
|
- name: Configure cron-apt
|
||||||
import_tasks: cron-apt.yml
|
import_tasks: cron-apt.yml
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
- vim
|
- vim
|
||||||
- lrzip
|
- lrzip
|
||||||
- unzip
|
- unzip
|
||||||
|
- apt-transport-https # for https support in apt
|
||||||
|
|
||||||
- name: Security hardening (CIS Benchmark 1.0)
|
- name: Security hardening (CIS Benchmark 1.0)
|
||||||
apt: pkg={{ item }} state=absent purge=yes
|
apt: pkg={{ item }} state=absent purge=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user