increase ansible fact_caching_timeout (#9059)

This commit is contained in:
rptaylor 2022-07-06 01:04:51 -07:00 committed by GitHub
parent 4607ac2e93
commit 01c6239043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ host_key_checking=False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp
fact_caching_timeout = 7200
fact_caching_timeout = 86400
stdout_callback = default
display_skipped_hosts = no
library = ./library