From: Oleg Broytman Date: Tue, 2 Jun 2026 20:46:52 +0000 (+0300) Subject: Feat(init-system): Add `ncurses-term` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e4bd14c1159888bbe3d420530a55731444df8b3d;p=ansible.git Feat(init-system): Add `ncurses-term` --- diff --git a/playbooks/roles/init-system/tasks/apt.yaml b/playbooks/roles/init-system/tasks/apt.yaml index ac0c3b0..1bea753 100644 --- a/playbooks/roles/init-system/tasks/apt.yaml +++ b/playbooks/roles/init-system/tasks/apt.yaml @@ -16,7 +16,7 @@ name: ['apt', 'aptitude', 'bash', 'bash-completion', 'bzip2', 'curl', 'dnsutils', 'dselect', 'ifupdown-extra', - 'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt', + 'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt', 'ncurses-term', 'procmail', 'rsync', 'unzip', 'vim', 'wget', 'whois', 'zip', ] state: latest