mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +00:00
Merge pull request #1018 from nikunj1222/patch-2
fix(playbooks): Use libssl1.1 for ubuntu >=18.04
This commit is contained in:
commit
d491f6938d
@ -33,7 +33,7 @@
|
|||||||
- name: install pdf prerequisites for Ubuntu >= 18.04
|
- name: install pdf prerequisites for Ubuntu >= 18.04
|
||||||
apt:
|
apt:
|
||||||
pkg:
|
pkg:
|
||||||
- libssl1.0-dev
|
- libssl1.1
|
||||||
state: present
|
state: present
|
||||||
force: yes
|
force: yes
|
||||||
when: ansible_distribution_version is version_compare('18.04', 'ge')
|
when: ansible_distribution_version is version_compare('18.04', 'ge')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user