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

Dependency correction and linting fix #41

Closed pe-pe closed 3 years ago

pe-pe commented 3 years ago

First commit is addressing dependencies issue on Ubuntu-18 and Ubuntu-20 for libcurl3.

using libcurl4 fixes both issues.

Second commit is more formatting related (all the issues reported by default ansible lint on Ubuntu-20):