X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Finit-system%2Ftasks%2Fapt.yml;h=2980427aa38dd546db2b9d23d7240dd4c62fa513;hb=81c71e4cc95aecf38f263e385f2a2ebd20b9eda6;hp=83879f4ab68a4c07699df939a226fa301a5b4fa8;hpb=9f636eea58602f38966c1258e2297c4cdbc6749d;p=ansible.git diff --git a/playbooks/debian/roles/init-system/tasks/apt.yml b/playbooks/debian/roles/init-system/tasks/apt.yml index 83879f4..2980427 100644 --- a/playbooks/debian/roles/init-system/tasks/apt.yml +++ b/playbooks/debian/roles/init-system/tasks/apt.yml @@ -23,16 +23,12 @@ autoclean: yes autoremove: yes install_recommends: no - name: ['adjtimex', 'apt', 'aptitude', 'arj', - 'bash', 'bash-completion', 'bsd-mailx', 'bzip2', - 'curl', 'deborphan', 'dnsutils', 'dselect', 'elinks', - 'fetchmail', 'gnupg', 'gnupg2', 'links2', - 'logcheck', 'lzip', 'lzma', 'lzop', 'mc', 'mutt', - 'p7zip', 'procmail', - 'python', 'python2.7', 'python3', 'python-pip', 'python3-pip', - '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 @@ -41,6 +37,7 @@ apt: autoclean: yes autoremove: yes + cache_valid_time: 3600 install_recommends: no name: ['avahi-autoip', 'bluetooth', 'bluez', 'debian-faq', 'doc-debian',