]> git.phdru.name Git - ansible.git/commitdiff
Feat(debian-init-system): Install archivers/compressors
authorOleg Broytman <phd@phdru.name>
Sun, 14 Jul 2019 04:37:41 +0000 (07:37 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:41 +0000 (21:28 +0300)
playbooks/roles/debian-init-system/tasks/main.yml

index 5640f763964b8414c08bfbb9c0d398ef9b25646f..f8a74eacabe154393d76b0409a365c97e84596f1 100644 (file)
@@ -4,7 +4,7 @@
     autoclean: yes
     autoremove: yes
     install_recommends: no
-    name: ['apt', 'aptitude', 'dselect', 'bash', 'bash-completion', 'mc', 'python', 'python3', 'rsync', 'vim']
+    name: ['apt', 'aptitude', 'dselect', 'bash', 'bash-completion', 'mc', 'python', 'python3', 'rsync', 'vim', 'arj', 'bzip2', 'lzip', 'lzma', 'lzop', 'p7zip', 'unzip', 'zip', 'xz-utils']
     purge: yes
     state: latest
     update_cache: yes