fix: enforce https on repository installation

Previously was just http to allow for caching and non-caching of
packages. Currently, a client tool exists to rewrite repository
definitions.
This commit is contained in:
Ben Grande 2024-05-16 18:54:38 +02:00
parent d4c3fb11d3
commit b2c9479e50
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
19 changed files with 30 additions and 18 deletions

View file

@ -1,2 +1,2 @@
deb [signed-by=/usr/share/keyrings/ansible.asc] http://ppa.launchpad.net/ansible/ansible/ubuntu focal main
deb [signed-by=/usr/share/keyrings/ansible.asc] https://ppa.launchpad.net/ansible/ansible/ubuntu focal main
# vim: ft=debsources

View file

@ -1,5 +1,5 @@
Types: deb
URIs: http://ppa.launchpad.net/ansible/ansible/ubuntu
URIs: https://ppa.launchpad.net/ansible/ansible/ubuntu
Suites: jammy
Components: main
Signed-by: /usr/share/keyrings/ansible.asc