Move cache/retry files

This commit is contained in:
Sven Velt 2024-07-02 21:25:16 +02:00
parent 64d3c6b281
commit 63b265011d
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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