Support running behind a proxy network #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When behind a proxy network certian Ansible modules (
uri
/get_url
) need to be told how to make use of the proxy network (http_proxy
/https_proxy
environment variable). Setting these in the shell environment which invokesansible-playbook
does not appear to be enough, instead each module invokation needs to be augmented with the followin:Fixed in
5309683d94
.