Remove apt-transport-https from dependencies list

This commit is contained in:
Tomasz Zwornicki
2025-10-21 03:51:57 +02:00
committed by GitHub
parent 2a4249b666
commit 35fb3c519a

View File

@@ -23,7 +23,6 @@
- name: Ensure dependencies are installed.
ansible.builtin.apt:
name:
- apt-transport-https
- ca-certificates
- python3-debian
state: present