i’m using postgresql from jeff geerling repo, I want to change molecule container config from rockylinux to debian-slim. When I do this change, i’ve this error message
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-
1718206123.0893037-17764-260107051640399 `" && echo ansible-tmp-1718206123.0893037-17764-
260107051640399="` echo ~/.ansible/tmp/ansible-tmp-1718206123.0893037-17764-260107051640399
`" ), exited with result 255", "unreachable": true}
I’ve tried with ansible.cfg and remote path tmp but didn’t work …