]> git.phdru.name Git - ansible.git/commitdiff
Refactor(init-system): Install `dnsutils`
authorOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 01:24:38 +0000 (04:24 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 01:24:38 +0000 (04:24 +0300)
playbooks/debian/roles/init-system/tasks/apt.yml

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