gsoft-inc / ansible-role-azure-devops-agent

An Ansible role that installs and configures a Linux machine to be used as an Azure DevOps build or deployment agent.
59 stars 72 forks source link

"No package matching 'libcurl3' is available" on Ubuntu 20.04 #39

Closed boldandbusted closed 3 years ago

boldandbusted commented 3 years ago

Tried installing on Ubuntu 20.04, and the latest version of this role from Ansible Galaxy, and it failed at this step:

Install dependencies... azdoagent failed | msg: No package matching 'libcurl3' is available

Happy to provide more info. Cheers!

imphil commented 3 years ago

Two things:

You can do those changes in the file vars/dependencies-Ubuntu-20.yml (https://github.com/gsoft-inc/ansible-role-azure-devops-agent/blob/master/vars/dependencies-Ubuntu-20.yml) and check if the agent installs and works as expected?

pe-pe commented 3 years ago

I've submitted pull request to resolve dependency by using libcurl4 - #41

yohanb commented 3 years ago

merged, thanks.