Commit 827246ed authored by ibuler's avatar ibuler

Update ansible remote tmp

parent f58c45f7
...@@ -27,7 +27,7 @@ Options = namedtuple('Options', [ ...@@ -27,7 +27,7 @@ Options = namedtuple('Options', [
'ssh_common_args', 'ssh_extra_args', 'sftp_extra_args', 'ssh_common_args', 'ssh_extra_args', 'sftp_extra_args',
'scp_extra_args', 'become', 'become_method', 'become_user', 'scp_extra_args', 'become', 'become_method', 'become_user',
'verbosity', 'check', 'extra_vars', 'playbook_path', 'passwords', 'verbosity', 'check', 'extra_vars', 'playbook_path', 'passwords',
'diff', 'gathering' 'diff', 'gathering', 'remote_tmp',
]) ])
...@@ -57,6 +57,7 @@ def get_default_options(): ...@@ -57,6 +57,7 @@ def get_default_options():
passwords=None, passwords=None,
diff=False, diff=False,
gathering='implicit', gathering='implicit',
remote_tmp='/tmp/.ansible'
) )
return options return options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment