From f19e928e1809ec3ebe319890b6d208c22408256a Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Thu, 6 Aug 2020 20:25:04 +0200
Subject: [PATCH] shell: Install zstd

---
 shell/tasks/shell.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell/tasks/shell.yml b/shell/tasks/shell.yml
index b1ac15f..6d2893c 100644
--- a/shell/tasks/shell.yml
+++ b/shell/tasks/shell.yml
@@ -43,6 +43,7 @@
       - tmux
       - tree
       - whois
+      - zstd
     state: present
   tags:
     - packages
-- 
GitLab