From 5a5c8e5c6ff71d22e964a7380cc88677a99a536c Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 16 Feb 2021 11:18:14 -0500 Subject: [PATCH] paddles: Install lz4 for backups Signed-off-by: David Galloway --- roles/paddles/vars/apt_systems.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/paddles/vars/apt_systems.yml b/roles/paddles/vars/apt_systems.yml index 02b8a0f1..9df77dd7 100644 --- a/roles/paddles/vars/apt_systems.yml +++ b/roles/paddles/vars/apt_systems.yml @@ -14,6 +14,7 @@ paddles_extra_packages: - supervisor # We use nginx to reverse-proxy - nginx + - liblz4-tool # We need this so we can disable apache2 to get out of the way of nginx apache_service: 'apache2' -- 2.47.3