]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): `apt-transport-https` no longer required
authorOleg Broytman <phd@phdru.name>
Tue, 11 Jul 2023 13:32:30 +0000 (16:32 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 11 Jul 2023 13:32:30 +0000 (16:32 +0300)
For some releases it was nothing but a transition package.

playbooks/roles/init-system/tasks/apt.yaml

index 26640dbfe94d340afc0e86e4552fc062538854ad..dd2a32b0f3a71d79676e05244043453305031be7 100644 (file)
@@ -13,7 +13,7 @@
     autoclean: yes
     autoremove: yes
     install_recommends: no
-    name: ['apt', 'apt-transport-https', 'aptitude',
+    name: ['apt', 'aptitude',
            'bash', 'bash-completion', 'bzip2',
            'curl', 'deborphan', 'dnsutils', 'dselect', 'ifupdown-extra',
            'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt',
@@ -29,9 +29,8 @@
     autoremove: yes
     cache_valid_time: 3600
     install_recommends: no
-    name: ['avahi-autoip', 'bluetooth', 'bluez',
-           'debian-faq', 'doc-debian', 'emacsen-comm',
-           'vim-tiny',
+    name: ['apt-transport-https', 'avahi-autoip', 'bluetooth', 'bluez',
+           'debian-faq', 'doc-debian', 'emacsen-comm', 'vim-tiny',
           ]
     purge: yes
     state: absent