]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): Install text mode browsers 'links2' and 'elinks'
authorOleg Broytman <phd@phdru.name>
Tue, 30 Jul 2019 17:31:10 +0000 (20:31 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 30 Jul 2019 17:40:12 +0000 (20:40 +0300)
playbooks/debian/roles/init-system/tasks/apt.yml

index 0006996eeec3c1f26abee720fd01241c20ecc126..53065a0882a2faebe5724f8b90bfcfd48da9b629 100644 (file)
@@ -25,7 +25,8 @@
     install_recommends: no
     name: ['adjtimex', 'apt', 'aptitude', 'arj',
            'bash', 'bash-completion', 'bsd-mailx', 'bzip2',
-           'curl', 'deborphan', 'dnsutils', 'dselect', 'gnupg', 'gnupg2',
+           'curl', 'deborphan', 'dnsutils', 'dselect', 'elinks',
+           'gnupg', 'gnupg2', 'links2',
            'logcheck', 'lzip', 'lzma', 'lzop', 'mc', 'mutt',
            'p7zip', 'procmail', 'python', 'python2.7', 'python3',
            'rsync', 'unzip', 'vim', 'wget', 'xz-utils', 'zip',