From: Oleg Broytman Date: Tue, 2 Jun 2026 20:43:58 +0000 (+0300) Subject: Feat(init-system): Remove `deborphan` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=bfd05c4e4165f36a346af5a84be8054374489de4;p=ansible.git Feat(init-system): Remove `deborphan` Debian removed `deborphan` at version 13. --- diff --git a/playbooks/roles/init-system/tasks/apt.yaml b/playbooks/roles/init-system/tasks/apt.yaml index 65bebba..ac0c3b0 100644 --- a/playbooks/roles/init-system/tasks/apt.yaml +++ b/playbooks/roles/init-system/tasks/apt.yaml @@ -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', ]