Move cache/retry files
This commit is contained in:
parent
64d3c6b281
commit
63b265011d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
group_vars/all.yml
|
group_vars/all.yml
|
||||||
hosts.*
|
hosts.*
|
||||||
|
.cache
|
||||||
|
|
||||||
# ---> Python
|
# ---> Python
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
|
|
|
@ -8,10 +8,10 @@ connection_plugins = ./connection_plugins/
|
||||||
interpreter_python = auto
|
interpreter_python = auto
|
||||||
|
|
||||||
retry_files_enabled = True
|
retry_files_enabled = True
|
||||||
retry_files_save_path = ./Retry/
|
retry_files_save_path = ./.cache/retry/
|
||||||
|
|
||||||
fact_caching = yaml
|
fact_caching = yaml
|
||||||
fact_caching_connection = ./.facts
|
fact_caching_connection = ./.cache/facts
|
||||||
gathering = smart
|
gathering = smart
|
||||||
|
|
||||||
host_key_checking = false
|
host_key_checking = false
|
||||||
|
|
Loading…
Reference in a new issue