From bfd05c4e4165f36a346af5a84be8054374489de4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 2 Jun 2026 23:43:58 +0300 Subject: [PATCH] Feat(init-system): Remove `deborphan` Debian removed `deborphan` at version 13. --- playbooks/roles/init-system/tasks/apt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ] -- 2.47.3