mirror of https://github.com/ansible/ansible.git
aws_asg: Fix idempotency when using tags and metrics (#61284)
* Update AWS hacking policy to enable ASG Tagging management * aws_asg: Add tests for ASG Tagging (including idempotency) * aws_asg: ignore sort order when comparing tags on the ASG (fix idempotency) * ec2_asg: (integration tests) test for idempotency when managing metrics collection * ec2_asg: sort list of enabled metrics to ensure clean comparisons.pull/61953/head
parent
d7604844c2
commit
b8650c0a50
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- aws_ec2 - fix idempotency when managing tags
|
||||
- aws_ec2 - fix idempotency when metrics are enable
|
Loading…
Reference in New Issue