roles/common: Add zstd to base packages

This commit is contained in:
2019-09-14 20:36:40 +03:00
parent a7231bcf5f
commit 4faeb79b5c
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