diff --git a/ansible.cfg b/ansible.cfg index 36238e144..d9de87fbb 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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