Comment 1 for bug 1897430

Revision history for this message
Zhu Shengli (akarei) wrote :

I found that the `ansible_remote_tmp` is set as `/tmp/ansible-${USER}` for fixing an issue.

https://review.opendev.org/#/c/577544

As far as I know the variable(in the `inventory.yaml`) takes the highest precedence for ansible configuration, so I guess there is no way I can override it? Is that possible to make `ansible_remote_tmp` configurable or add a condition for covering the `noexec` corner case?