X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Finit-system%2Ftasks%2Fapt.yml;h=21732299efd3094fa2811374d620d24a12930c47;hb=d8db111bb38f5d764ddfa853629a42e86e9572ac;hp=a5ad3dd19cbbd67d2b6fca9e23e1ff21fc8ff582;hpb=38c9163d396395bf254e776d09be019bafb0a620;p=ansible.git diff --git a/playbooks/debian/roles/init-system/tasks/apt.yml b/playbooks/debian/roles/init-system/tasks/apt.yml index a5ad3dd..2173229 100644 --- a/playbooks/debian/roles/init-system/tasks/apt.yml +++ b/playbooks/debian/roles/init-system/tasks/apt.yml @@ -23,14 +23,12 @@ autoclean: yes autoremove: yes install_recommends: no - name: ['adjtimex', 'apt', 'aptitude', 'arj', - 'bash', 'bash-completion', 'bsd-mailx', 'bzip2', - 'curl', 'deborphan', 'dselect', 'gnupg', 'gnupg2', - 'logcheck', 'lzip', 'lzma', 'lzop', 'mc', 'mutt', - 'p7zip', 'procmail', 'python', 'python2.7', 'python3', - 'rsync', 'unzip', 'vim', 'wget', 'xz-utils', 'zip', + name: ['apt', 'apt-transport-https', 'aptitude', + 'bash', 'bash-completion', 'bzip2', + 'curl', 'deborphan', 'dnsutils', 'dselect', + 'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt', + 'procmail', 'rsync', 'unzip', 'vim', 'wget', 'zip', ] - purge: yes state: latest update_cache: yes