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
The molecule converge calls Ansible, which fails to gather facts because it couldn't create temporary directory.
The root cause seems more to be that the instance is unreachable.
The error message is:
PLAY [Converge] ****************************************************************
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 /tmp `"&& mkdir "` echo /tmp/ansible-tmp-1685568278.5878556-2111-47362399749280 `" && echo ansible-tmp-1685568278.5878556-2111-47362399749280="` echo /tmp/ansible-tmp-1685568278.5878556-2111-47362399749280 `" ), exited with result 1'
unreachable: true
The
molecule converge
calls Ansible, which fails to gather facts because it couldn't create temporary directory.The root cause seems more to be that the instance is unreachable.
The error message is:
The
provisioner
is configured like this:Seems related to ansible/molecule#3818
The text was updated successfully, but these errors were encountered: