X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Froles%2Finit-system%2Ftasks%2Fapt.yml;h=08340dcbc15bc896d4a04a8f75741253ddd3c2fe;hb=baee49c9565dcd0e88bed4f0b4647b631cf5a441;hp=2980427aa38dd546db2b9d23d7240dd4c62fa513;hpb=821cc704535e7fb9a2aaafc5692ad68e38308786;p=ansible.git diff --git a/playbooks/roles/init-system/tasks/apt.yml b/playbooks/roles/init-system/tasks/apt.yml index 2980427..08340dc 100644 --- a/playbooks/roles/init-system/tasks/apt.yml +++ b/playbooks/roles/init-system/tasks/apt.yml @@ -25,9 +25,9 @@ install_recommends: no name: ['apt', 'apt-transport-https', 'aptitude', 'bash', 'bash-completion', 'bzip2', - 'curl', 'deborphan', 'dnsutils', 'dselect', + '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