1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 06:46:04 +01:00

Set default remote_tmp

This commit is contained in:
Liang Xia
2023-04-11 00:58:01 +08:00
parent 1089601b04
commit 66ae2d47af

View File

@@ -16,6 +16,7 @@ retry_files_enabled = False
retry_files_save_path = ~/ansible-installer-retries
nocows = True
remote_user = root
remote_tmp = /tmp/.ansible-tmp
roles_path = roles/
gathering = smart
fact_caching = jsonfile