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
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