]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): Remove `deborphan`
authorOleg Broytman <phd@phdru.name>
Tue, 2 Jun 2026 20:43:58 +0000 (23:43 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 2 Jun 2026 20:43:58 +0000 (23:43 +0300)
Debian removed `deborphan` at version 13.

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

index 65bebba4e92b7a3b037045169a856bbd22dc2433..ac0c3b0588b700e7ddc62e8c0b1f71ac82f5d15d 100644 (file)
@@ -15,7 +15,7 @@
     install_recommends: no
     name: ['apt', 'aptitude',
            'bash', 'bash-completion', 'bzip2',
-           'curl', 'deborphan', 'dnsutils', 'dselect', 'ifupdown-extra',
+           'curl', 'dnsutils', 'dselect', 'ifupdown-extra',
            'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt',
            'procmail', 'rsync', 'unzip', 'vim', 'wget', 'whois', 'zip',
           ]