mirror of https://github.com/ansible/ansible.git
[2.9] various elbv2 bugfixes (#65212)
* Add aws elb multiple host header support (#65021) * Add support for aws elbv2 multiple host header actions * Add example of multiple host header * Add test for multiple host headers * Add missing quote * Update test/integration/targets/elb_application_lb/tasks/test_modifying_alb_listeners.yml Co-Authored-By: Jill R <4121322+jillr@users.noreply.github.com> * Update test/integration/targets/elb_application_lb/tasks/test_modifying_alb_listeners.yml Co-Authored-By: Jill R <4121322+jillr@users.noreply.github.com> * Remove debug statements (cherry picked from commitpull/66383/headd52af75c68) * elbv2 - print() statement results an task failure, even if the task itself was successfull (#65183) (cherry picked from commitcba9abcbec) * Add changelog fragment. * Update changelogs/fragments/65021-65183-elb-bugs.yml * Force values to be sorted when compared. (#65315) * Force values to be sorted when compared. This avoids problems where lists of values could be generated in indeterminate order. * Update lib/ansible/module_utils/aws/elbv2.py Thank you felixfontein, sorry I missed this detail. Co-Authored-By: Felix Fontein <felix@fontein.de> (cherry picked from commit777b6d3e30) * Update changelog. Co-authored-by: Michael Mayer <mjmayer@gmail.com> Co-authored-by: Markus Bergholz <markuman@gmail.com> Co-authored-by: roberbri <roberbri@cisco.com>
parent
a7bb6700c6
commit
b55f20a3ee
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- "elb_application_lb, elb_network_lb - fixed errors during listener rule comparison which caused broken JSON, and which caused some values not being compared correctly. (https://github.com/ansible/ansible/issues/65020)"
|
||||
- "elb_application_lb, elb_network_lb - idempotence check for rules now compares all values order-independently, instead of just comparing the first value if multiple are specified."
|
||||
Loading…
Reference in New Issue