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

View File

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