]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): Install `whois`
authorOleg Broytman <phd@phdru.name>
Tue, 28 Apr 2020 09:02:50 +0000 (12:02 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 28 Apr 2020 09:02:50 +0000 (12:02 +0300)
playbooks/roles/init-system/tasks/apt.yml
playbooks/roles/init-system/tasks/dnf.yml

index 4e25984bc4d71e66e17d0d19f8ece4d3fb76e492..08340dcbc15bc896d4a04a8f75741253ddd3c2fe 100644 (file)
@@ -27,7 +27,7 @@
            'bash', 'bash-completion', 'bzip2',
            'curl', 'deborphan', 'dnsutils', 'dselect', 'ifupdown-extra',
            'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt',
-           'procmail', 'rsync', 'unzip', 'vim', 'wget', 'zip',
+           'procmail', 'rsync', 'unzip', 'vim', 'wget', 'whois', 'zip',
           ]
     state: latest
     update_cache: yes
index df265fc899f439d19be6d7ffc88e30a30c4c942d..e5e04ad1cb092dbb0bccf2f53b823a02125178d7 100644 (file)
@@ -4,7 +4,7 @@
     name: ['bash', 'bash-completion', 'bzip2',
            'curl', 'dnsutils', 'dselect',
            'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt',
-           'procmail', 'rsync', 'unzip', 'vim', 'wget', 'zip',
+           'procmail', 'rsync', 'unzip', 'vim', 'wget', 'whois', 'zip',
           ]
     state: latest
     update_cache: yes