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.
60 stars 72 forks source link

fix set proxy condition #80

Open jamiejackson opened 4 months ago

jamiejackson commented 4 months ago

On Ansible 2.14.17, this task was firing without having set az_devops_proxy_url (so it was still defaulted to null). It seems that a variable set to null is still defined.

I believe my change makes sure it's defined and has a non-null value. In any case, it does properly skip that task.

BuriKizilkaya commented 2 months ago

Can we merge this?