You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Molecule Test behind a proxy-set environment, using a Docker driver for testing playbooks. Despite configured proxy settings as an env inside molecule.yml, getting below error. Did anyone have any idea about how to resolve this issue?
TASK [Gathering Facts] ********************************************************* fatal: [instance]: UNREACHABLE! => {"changed": false, "msg": "Failed to create temporary directory. In some cases, you may have been able to authenticate and did not have permissions on the target directory. Consider changing the remote tmp path in ansible.cfg to a path rooted in \"/tmp\", for more error information use -vvv. Failed command was: ( umask 77 && mkdir -p \" echo ~/.ansible/tmp \"&& mkdir \" echo ~/.ansible/tmp/ansible-tmp-1737982282.362917-368107-109369747561970 \" && echo ansible-tmp-1737982282.362917-368107-109369747561970=\" echo ~/.ansible/tmp/ansible-tmp-1737982282.362917-368107-109369747561970 \" ), exited with result 1", "unreachable": true}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running Molecule Test behind a proxy-set environment, using a Docker driver for testing playbooks. Despite configured proxy settings as an env inside molecule.yml, getting below error. Did anyone have any idea about how to resolve this issue?
TASK [Gathering Facts] ********************************************************* fatal: [instance]: UNREACHABLE! => {"changed": false, "msg": "Failed to create temporary directory. In some cases, you may have been able to authenticate and did not have permissions on the target directory. Consider changing the remote tmp path in ansible.cfg to a path rooted in \"/tmp\", for more error information use -vvv. Failed command was: ( umask 77 && mkdir -p \" echo ~/.ansible/tmp \"&& mkdir \" echo ~/.ansible/tmp/ansible-tmp-1737982282.362917-368107-109369747561970 \" && echo ansible-tmp-1737982282.362917-368107-109369747561970=\" echo ~/.ansible/tmp/ansible-tmp-1737982282.362917-368107-109369747561970 \" ), exited with result 1", "unreachable": true}
Beta Was this translation helpful? Give feedback.
All reactions