From 621bb1f166453ce6d0836f5e5532b621ac766707 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Thu, 4 Jul 2024 08:23:49 +0200
Subject: [PATCH] Add more libraries as dependencies

---
 tasks/install.yml | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index 0e115db..e1d2bbd 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -15,18 +15,21 @@
     update_cache: yes
   vars:
     packages:
-      - libssl-dev
-      - libacl1-dev
+      - borgbackup
+      - build-essential
+      - cron
       - libacl1
+      - libacl1-dev
       - libfuse-dev
-      - build-essential
+      - liblz4-dev
+      - libssl-dev
+      - libxxhash-dev
+      - libzstd-dev
+      - openssh-client
       - python-setuptools
       - python3-dev
-      - python3-pip
       - python3-msgpack
-      - openssh-client
-      - cron
-      - borgbackup
+      - python3-pip
 
 - name: Install borgmatic
   pip:
-- 
GitLab