ansible/changelogs/fragments/46961_fix_aws_ec2_cache.yaml
Jonathan Oddy 7ba09adee1 Fix AWS EC2 inventory plugin caching of groups (#46961)
* Fix AWS EC2 inventory plugin caching of groups

* Added changelog fragment for aws_ec2 caching fix

* Store the AWS query results

The underlying inventory object contains inventory from other sources,
so caching it as ours would be wrong.
It seems easiest and safest to just cache the boto query results
instead.

* Remove unused functions
2018-10-22 09:15:27 -04:00

2 lines
84 B
YAML

bugfixes:
- aws_ec2 - fixed issue where cache did not contain the computed groups