有人尝试以 Docker 容器运行分子吗?

作者: FinalDes创建于 2021年3月1日更新于 2025年9月30日

我有一些示例代码,希望大家能够测试一下:dockerfile Docker-compose-file 我遇到了以下错误: 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}

内容来源: geerlingguy/ansible-for-devops