Skip to content

Commit

Permalink
increase ansible fact_caching_timeout (#9059)
Browse files Browse the repository at this point in the history
  • Loading branch information
rptaylor authored Jul 6, 2022
1 parent 4607ac2 commit 01c6239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01c6239

Please sign in to comment.