Skip to content

Commit

Permalink
Merge pull request #1018 from nikunj1222/patch-2
Browse files Browse the repository at this point in the history
fix(playbooks): Use libssl1.1 for ubuntu >=18.04
  • Loading branch information
gavindsouza authored Jun 23, 2020
2 parents 5e0de6f + ed211bc commit d491f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/playbooks/roles/common/tasks/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
- name: install pdf prerequisites for Ubuntu >= 18.04
apt:
pkg:
- libssl1.0-dev
- libssl1.1
state: present
force: yes
when: ansible_distribution_version is version_compare('18.04', 'ge')

...
...

0 comments on commit d491f69

Please sign in to comment.