Hi,
I run an Ansible playbook to install an application on a remote server. It takes time, so i use async/poll.
The problem i have is that the remote server is running CIS hardened and noexec is set on /tmp.
It looks like Ansible runs its checks from /tmp - which only work if i disable noexec.
Is there a setting where i can tell async to use another filesystem instead of /tmp ?