]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/init-system/tasks/apt.yml
Feat(variables): Calculate Debian distribution
[ansible.git] / playbooks / debian / roles / init-system / tasks / apt.yml
index a8a8c8a84736ba7a0d68b8e361e9127ece21a299..2980427aa38dd546db2b9d23d7240dd4c62fa513 100644 (file)
     autoclean: yes
     autoremove: yes
     install_recommends: no
-    name: ['adjtimex', 'apt', 'apt-transport-https', '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',
-           '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
 
@@ -40,6 +37,7 @@
   apt:
     autoclean: yes
     autoremove: yes
+    cache_valid_time: 3600
     install_recommends: no
     name: ['avahi-autoip', 'bluetooth', 'bluez',
            'debian-faq', 'doc-debian',