I was trying to run the following in Ansible:
- shell: 'export http_proxy=http://ABC-D-SOMETHING:12345678@12.34.45.78'
This didn't work, it ran through but didn't actually export the HTTP address. I have also tried to put it into a bash script and run this, but this also didn't work. I'm sure there is an easy fix that I don't see...
...help is much appreciated!