]> git.phdru.name Git - ansible.git/commitdiff
Feat(packages): Install `unrar`
authorOleg Broytman <phd@phdru.name>
Tue, 28 Jul 2020 04:33:35 +0000 (07:33 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 28 Jul 2020 04:33:35 +0000 (07:33 +0300)
playbooks/roles/packages/tasks/main.yml

index bbce6a3b9d2d800743891fc7fdba97c0994a00fe..ae3e9e748bd1051b1b433d8f947d71ab5e3f1ff8 100644 (file)
@@ -6,7 +6,7 @@
     cache_valid_time: 3600
     install_recommends: no
     name: ['adjtimex', 'arj', 'bsd-mailx', 'elinks', 'fetchmail', 'links2',
-           'lzip', 'lzma', 'lzop', 'p7zip', 'screen', 'xz-utils',
+           'lzip', 'lzma', 'lzop', 'p7zip', 'screen', 'unrar', 'xz-utils',
           ]
     state: latest
     update_cache: yes