mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Allow multiple users to use ec2 inventory scripts
Move the ec2 cache files from a shared /tmp location to the user's ansible tmp directory.
This commit is contained in:
@@ -47,7 +47,7 @@ route53 = False
|
||||
# will be written to this directory:
|
||||
# - ansible-ec2.cache
|
||||
# - ansible-ec2.index
|
||||
cache_path = /tmp
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user