From 0df36ce1e29732dc2e47c77cc8d02d15b8220a66 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 28 Sep 2021 14:22:16 +0200 Subject: [PATCH] Debian: apt-transport-https is transitional package We do not need anymore as APT already knows how to do HTTPS. Change-Id: I0b89b17ea2443e4578906afe4b518477462f981f --- ansible/roles/baremetal/tasks/pre-install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/baremetal/tasks/pre-install.yml b/ansible/roles/baremetal/tasks/pre-install.yml index 94c8f7ce0c..a3777ca48b 100644 --- a/ansible/roles/baremetal/tasks/pre-install.yml +++ b/ansible/roles/baremetal/tasks/pre-install.yml @@ -88,7 +88,6 @@ become: True with_items: - ca-certificates - - apt-transport-https - gnupg - name: Ensure apt sources list directory exists