mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
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:
committed by
Sloane Hertel
parent
9c81634c77
commit
7ba09adee1
2
changelogs/fragments/46961_fix_aws_ec2_cache.yaml
Normal file
2
changelogs/fragments/46961_fix_aws_ec2_cache.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- aws_ec2 - fixed issue where cache did not contain the computed groups
|
||||
Reference in New Issue
Block a user