]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
paddles: Install lz4 for backups 610/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 16 Feb 2021 16:18:14 +0000 (11:18 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 16 Feb 2021 16:18:14 +0000 (11:18 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/paddles/vars/apt_systems.yml

index 02b8a0f1107474abd6df7e141014dea05049d75d..9df77dd7a9ccb048354ee485357230b74276c92e 100644 (file)
@@ -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'