Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not install apt-transport-https package on Debian Buster and newer #620

Open
jwarnier opened this issue Oct 18, 2024 · 0 comments
Open

Comments

@jwarnier
Copy link

The HTTPS support for APT has been natively included in APT 1.5, hence the apt-transport-https package is empty & deprecated since Debian jumped this version (after Debian 9 Stretch, so with Debian 10 Buster).

Code which should be made conditional is here:

- name: Install apt-transport-https
apt:
update_cache: true
name: apt-transport-https
state: present
when: not ansible_check_mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant