Merge pull request #523 from zworek/494-remove-apt-transport-https

Remove apt-transport-https from dependencies list
This commit is contained in:
Jeff Geerling 2025-10-20 22:58:21 -05:00 committed by GitHub
commit d2c68ba6c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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