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
Fix aws elb dictionary fact for dns #9761
Fix aws elb dictionary fact for dns #9761
Conversation
This commit ensures we use proper element of registered output. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1569631
|
Playbook to test this fix if you're so inclined: ---
- hosts: localhost
connection: local
roles:
- lib_utils
vars:
openshift_aws_elb_names:
- mgugino-dev-test1
- mgugino-dev-test2
tasks:
- import_role:
name: openshift_aws
tasks_from: build_elb_dict.yml
- debug:
var: l_openshift_aws_elb_facts['mgugino-dev-test1']Replace my elb names with yours. |
|
/lgtm External: External + Internal: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mazzystr, michaelgugino, sdodson The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This commit ensures we use proper element of registered
output.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1569631