]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): Add `ncurses-term`
authorOleg Broytman <phd@phdru.name>
Tue, 2 Jun 2026 20:46:52 +0000 (23:46 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 2 Jun 2026 20:46:52 +0000 (23:46 +0300)
playbooks/roles/init-system/tasks/apt.yaml

index ac0c3b0588b700e7ddc62e8c0b1f71ac82f5d15d..1bea753d1e3f4801108ca641fdca3d647ba06fa8 100644 (file)
@@ -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