mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7215 from lorin/doc-ec2-nocache
Document how to turn off ec2 cache
This commit is contained in:
commit
be1aceb268
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