I\'m using Ansible to setup EC2 instances and deploy an app. There\'s a hosts script which gathers tags related servers and groups info. I\'d like to run these actions as a
You can also edit the ec2.ini file and set the option:
cache_max_age = 0
to prevent the need for reload by making sure that nothing is cached in the first place.