Merge pull request #7215 from lorin/doc-ec2-nocache

Document how to turn off ec2 cache
This commit is contained in:
James Cammarata 2014-04-29 16:17:44 -05:00
commit be1aceb268

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