-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elbv2 - Fix load balancer listener comparison #2377
base: main
Are you sure you want to change the base?
elbv2 - Fix load balancer listener comparison #2377
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 25s |
MessageBody: Not available | ||
StatusCode: "404" | ||
register: alb | ||
check_mode: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check_mode: true | |
check_mode: true | |
StatusCode: "404" | ||
register: alb | ||
check_mode: true | ||
- ansible.builtin.assert: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ansible.builtin.assert: | |
- name: Assert check_mode result | |
ansible.builtin.assert: |
MessageBody: Not available | ||
StatusCode: "404" | ||
register: alb | ||
- ansible.builtin.assert: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ansible.builtin.assert: | |
- name: Assert update ALB result | |
ansible.builtin.assert: |
StatusCode: "404" | ||
register: alb | ||
check_mode: true | ||
- ansible.builtin.assert: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ansible.builtin.assert: | |
- name: Assert check_mode idempotence result | |
ansible.builtin.assert: |
MessageBody: Not available | ||
StatusCode: "404" | ||
register: alb | ||
- ansible.builtin.assert: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ansible.builtin.assert: | |
- name: Assert idempotence result | |
ansible.builtin.assert: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall lgtm! Thanks for contribution @ichekaldin
Thank you! I added the suggested changes. |
8351e26
to
9718600
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 08s |
SUMMARY
Fixes #2376.
ISSUE TYPE
COMPONENT NAME
elbv2
elb_application_lb
ADDITIONAL INFORMATION