Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#390·ansible-for-devops

Anyone try to run molecule as docker container

Author: FinalDesCreated Mar 1, 2021Updated Sep 30, 2025

I have some demo code would like to you guys to test it: dockerfile docker-compose-file and i have follow errors:

fatal: [ubuntu20.04]: 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-1614604802.0530245-585-44647191200495 `\" && echo ansible-tmp-1614604802.0530245-585-44647191200495=\"` echo ~/.ansible/tmp/ansible-tmp-1614604802.0530245-585-44647191200495 `\" ), exited with result 1", "unreachable": true}

Source: geerlingguy/ansible-for-devops

View original on GitHubView discussion on GitHub