I am trying to run an ansible playbook to a remote server. The container is installed but after a moment I get this message.
fatal: [onlyoffice]: 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-1602104586.0765035-15713-7057039692003 `\" && echo ansible-tmp-1602104586.0765035-15713-7057039692003=\"` echo ~/.ansible/tmp/ansible-tmp-1602104586.0765035-15713-7057039692003 `\" ), exited with result 1", "unreachable": true } -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-devel/96625b77-e843-477f-8240-dbfe27f1c5f6n%40googlegroups.com.