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
This commit is contained in:
Jonathan Oddy
2018-10-22 14:15:27 +01:00
committed by Sloane Hertel
parent 9c81634c77
commit 7ba09adee1
2 changed files with 5 additions and 31 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- aws_ec2 - fixed issue where cache did not contain the computed groups