mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Document how to turn off ec2 cache
Document how to disable cache lookup with the ec2 inventory script
This commit is contained in:
parent
9da06274a8
commit
27f305ae08
1 changed files with 1 additions and 0 deletions
|
@ -51,4 +51,5 @@ cache_path = ~/.ansible/tmp
|
|||
|
||||
# The number of seconds a cache file is considered valid. After this many
|
||||
# seconds, a new API call will be made, and the cache file will be updated.
|
||||
# To disable the cache, set this value to 0
|
||||
cache_max_age = 300
|
||||
|
|
Loading…
Reference in a new issue