Document how to turn off ec2 cache

Document how to disable cache lookup with the ec2 inventory script
This commit is contained in:
Lorin Hochstein 2014-04-29 12:13:55 -04:00
parent 9da06274a8
commit 27f305ae08

View file

@ -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