roles/common: Add zstd to base packages

This commit is contained in:
Alan Orth 2019-09-14 20:36:40 +03:00
parent a7231bcf5f
commit 4faeb79b5c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
- unzip
- apt-transport-https # for https support in apt
- gnupg2
- zstd
- name: Install base packages
apt: name={{ base_packages }} state=present update_cache=yes cache_valid_time=3600

View File

@ -26,6 +26,7 @@
- lrzip
- unzip
- apt-transport-https # for https support in apt
- zstd
- name: Install base packages
apt: pkg={{ ubuntu_base_packages }} state=present update_cache=yes cache_valid_time=3600