Remove remote_tmp setting

This is incompatible with having the jobdir root be anything other
than /tmp, as it is unlikely to exist on the remote host.

This was originally added in commit
176431ec14 but all the reasons we needed
it are no longer relevant.

Change-Id: Ib3edf0abb0db33143b92e6947f08e22a39ff0c77
This commit is contained in:
James E. Blair 2017-08-17 13:35:27 -07:00 committed by James E. Blair
parent 9ed33e2345
commit 901f2286a1
1 changed files with 0 additions and 2 deletions

View File

@ -1415,8 +1415,6 @@ class AnsibleJob(object):
config.write('hostfile = %s\n' % self.jobdir.inventory)
config.write('local_tmp = %s/local_tmp\n' %
self.jobdir.ansible_cache_root)
config.write('remote_tmp = %s/remote_tmp\n' %
self.jobdir.ansible_cache_root)
config.write('retry_files_enabled = False\n')
config.write('gathering = smart\n')
config.write('fact_caching = jsonfile\n')