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
fatal: [nodename]: UNREACHABLE! => {"changed": false, "msg": "Authentication or permission failure. 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". Failed command was: ( umask 77 && mkdir -p "echo ~/.ansible/tmp/ansible-tmp-1532358609.48-136631691249635" && echo ansible-tmp-1532358609.48-136631691249635="echo ~/.ansible/tmp/ansible-tmp-1532358609.48-136631691249635" ), exited with result 3", "unreachable": true}
while using centos container its works fine.
Whats the issue with alpine container.?
The text was updated successfully, but these errors were encountered:
fatal: [nodename]: UNREACHABLE! => {"changed": false, "msg": "Authentication or permission failure. 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". Failed command was: ( umask 77 && mkdir -p "
echo ~/.ansible/tmp/ansible-tmp-1532358609.48-136631691249635
" && echo ansible-tmp-1532358609.48-136631691249635="echo ~/.ansible/tmp/ansible-tmp-1532358609.48-136631691249635
" ), exited with result 3", "unreachable": true}while using centos container its works fine.
Whats the issue with alpine container.?
The text was updated successfully, but these errors were encountered: