Add dependency libssl for Ubuntu 20.04 41/130841/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 9 Sep 2022 17:44:44 +0000 (10:44 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 9 Sep 2022 17:45:20 +0000 (10:45 -0700)
Needed as dependency of Erlang

Issue-ID: CIMAN-33
Change-Id: I32debebfacf62d9df59bc501af569524f2ebece1
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
packer/provision/local-docker.yaml

index 0619951..2b3f6ef 100644 (file)
       become: true
       when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu' and ansible_distribution_version == '20.04'
 
+    - name: Download and install libssl Ubuntu 20.04
+      apt:
+        deb: http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb
+      become: true
+      when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu' and ansible_distribution_version == '20.04'
+
     - name: Install Erlang
       apt:
         deb: https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_19.3.6-1~ubuntu~trusty_amd64.deb