]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Install libgnutls30 on Ubuntu systems 650/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 1 Oct 2021 16:20:03 +0000 (12:20 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 1 Oct 2021 16:20:03 +0000 (12:20 -0400)
Fixes: https://twitter.com/letsencrypt/status/1443621997288767491
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/vars/ubuntu.yml

index 31c70fc2eecdde6ade387450f400817e42f037dd..11b08e559d5e5694926cd2b003f56cb38c42e9c3 100644 (file)
@@ -80,6 +80,8 @@ common_packages:
   - nfs-kernel-server
   # for add-apt-repository
   - software-properties-common
+  # for https://twitter.com/letsencrypt/status/1443621997288767491
+  - libgnutls30
 
 non_aarch64_common_packages:
   - smbios-utils