Re: [ansible-project] remote_tmp

2017-09-19 Thread Brian Coca
In some cases, mostly when you 'become' an unprivileged user, Ansible needs to use a 'system temp' which will be /tmp by default, /var/tmp if that is the configured remote_tmp. This is inconvenient because currently it is a global setting, we do plan to making it a connection variable to allow a l

[ansible-project] remote_tmp

2017-09-19 Thread 'Siva' via Ansible Project
Hi, We have overridden the remote_tmp as "$HOME/.ansible/tmp" in the ansible_cfg but still ansible uses the '/tmp' and the entire execution fails because we dont have '/tmp' allocated with enough space to perform our execution. Can anyone help us where we might go wrong? Regards, Siva -- Yo