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.
On Ansible 2.14.17, this task was firing without having set
az_devops_proxy_url
(so it was still defaulted tonull
). It seems that a variable set tonull
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.