Brian Coca
unread,Sep 19, 2017, 10:57:47 AM9/19/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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 lot more flexible
configuration in the future.
----------------
Brian Coca