Skip to content

Commit 01c6239

Browse files
authored
increase ansible fact_caching_timeout (kubernetes-sigs#9059)
1 parent 4607ac2 commit 01c6239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ host_key_checking=False
1010
gathering = smart
1111
fact_caching = jsonfile
1212
fact_caching_connection = /tmp
13-
fact_caching_timeout = 7200
13+
fact_caching_timeout = 86400
1414
stdout_callback = default
1515
display_skipped_hosts = no
1616
library = ./library

0 commit comments

Comments
 (0)