]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/init-system/tasks/apt.yml
Feat(apt): Remove option `purge`
[ansible.git] / playbooks / debian / roles / init-system / tasks / apt.yml
index a24e44aa49ae938a05a412da243cf1acd13cfc20..21732299efd3094fa2811374d620d24a12930c47 100644 (file)
     autoclean: yes
     autoremove: yes
     install_recommends: no
-    name: ['apt', 'aptitude', 'deborphan', 'dselect',
-           'bash', 'bash-completion',
-           'curl', 'mc', 'rsync', 'vim', 'wget',
-           'arj', 'bzip2', 'lzip', 'lzma', 'lzop', 'p7zip',
-           'unzip', 'zip', 'xz-utils',
-           'gnupg', 'gnupg2',
-           'adjtimex', 'logcheck',
-           'bsd-mailx', 'mutt', 'procmail',
-           'python', 'python2.7', 'python3',
+    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