elb_application_lb Updating Listener Rules Of Existing LB Fails After Edit #46
Labels
affects_2.10
bug
This issue/PR relates to a bug
module
module
needs_info
This issue requires further information. Please answer any outstanding questions
needs_template
This issue/PR has an incomplete description. Please fill in the proposed template correctly
plugins
plugin (any type)
Copied from ansible/ansible#69017
SUMMARY
Updating the Listener Rules of an existing elbv2 load balancer via elb_application_lb successfully modifies the rules but raises an exception while parsing the response. If no update is made (e.g. playbook is run again after the failed run) then it correctly returns [OK].
ISSUE TYPE
COMPONENT NAME
elb_application_lb
STEPS TO REPRODUCE
Run playbook with some ELB rules, creating the ELB for the first time - Observe success
Modify parameters of one of the rules slightly, re-run playbook - Observe failure, but note that rules have updated in AWS console.
Re-run playbook again - Observe [OK].
The particular playbook I see this on has one
source-ip
rule, 5-13host-header
rules withforward
actions, and afixed-response
default action. I'm not sure if it's specifically any of those which are causing the issue or if it happens more generally.ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: