ICTO / ansible-jenkins

Ansible playbook: Jenkins
MIT License
282 stars 171 forks source link

Conditionally use the proxy environment. This was causing a failure … #32

Closed adamwolf closed 9 years ago

adamwolf commented 9 years ago

…of the role on my Vagrant setup.

I'm not a huge fan of it, and if proxy_env was used anywhere else I'd definitely look to see if we can use the proxy conditional on proxy_env, rather than on the tasks. However, without a proxy, it seems to be broken, and this fixes it.

tberton commented 9 years ago

Thanks!