Skip to content

Commit 519bc8b

Browse files
committed
Update install.deb.yml
Added libssl-dev package
1 parent cf7f634 commit 519bc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
- name: sentry-install | Install debian packages
44
apt: name={{item}}
5-
with_items: [libxml2-dev, libxslt1-dev, zlib1g-dev, libffi-dev]
5+
with_items: [libxml2-dev, libxslt1-dev, zlib1g-dev, libffi-dev, libssl-dev]
66

0 commit comments

Comments
 (0)