set ansible caching back to jsonfile
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
06aaf08df9
commit
a4b89d6d0b
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ cow_selection = random
|
||||||
# without having to talk to them in the same playbook run to get their
|
# without having to talk to them in the same playbook run to get their
|
||||||
# current IP information.
|
# current IP information.
|
||||||
#fact_caching = memory
|
#fact_caching = memory
|
||||||
#fact_caching = fedora_jsonfile
|
fact_caching = jsonfile
|
||||||
fact_caching_connection = ~/.ansible_facts_cache
|
fact_caching_connection = ~/.ansible_facts_cache
|
||||||
fact_caching_timeout = 86400
|
fact_caching_timeout = 86400
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue