CoffeeITWorks / ansible_burp2_server

Ansible role to deploy burp2 server
MIT License
10 stars 9 forks source link

Debian 10 "No package matching 'libssl1.0.0' is available" #58

Closed marcin-github closed 4 years ago

marcin-github commented 4 years ago

Hi! I'm using your you role first time. I have such error:

TASK [coffeeitworks.burp2_server : install build dependencies] ***********************************************************************************************************************************************
fatal: [decbackup.in.decerto.com]: FAILED! => {"changed": false, "msg": "No package matching 'libssl1.0.0' is available"}

Is it possible to install burp from repo without modyfing role? - I see, issue #13

pablodav commented 4 years ago

Thanks for the report, I will fix and add test with debian 10.

El mié., 13 de mayo de 2020 9:44 a. m., Marcin notifications@github.com escribió:

Hi! I'm using your you role first time. I have such error:

TASK [coffeeitworks.burp2_server : install build dependencies] *** fatal: [decbackup.in.decerto.com]: FAILED! => {"changed": false, "msg": "No package matching 'libssl1.0.0' is available"}

but libssl is present in system: /usr/lib/x86_64-linux-gnu/libssl.so.1.1 there is no need to install it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CoffeeITWorks/ansible_burp2_server/issues/58, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCA7H7YO5GCBMYJLRIRUQDRRKI35ANCNFSM4M7W37HQ .

marcin-github commented 4 years ago

O! Thank you for very quick fix!