mirror of https://github.com/ansible/ansible.git
[ec2_group] fix comparison of determining which rules to purge - 2.7 (#48967)
* Added changelog fragment
* Fix comparison of determining which rules to purge by ignoring descriptions (#48443)
AWS uses rule type, protocol, port range, and source as an idempotent identifier.
There can only be one rule with that unique combination. Rules that differ only by description are allowed but overwritten by AWS.
Add a test
Co-authored-by: Will Thames <will@thames.id.au>
(cherry picked from commit 54a2f21f93)
pull/49167/head
parent
edae7b0524
commit
7e32f1ffb0
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ec2_group - Fix comparison of determining which rules to purge by ignoring descriptions - https://github.com/ansible/ansible/issues/47904
|
||||
Loading…
Reference in New Issue