We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
haproxy_stats_listener_options is not set by default but referenced by the template causing a failure.
should this be uncommented and defaulted as haproxy_stats_listener_options: [] ?
haproxy_stats_listener_options: []
3abed7d#diff-23e21b6c89468f7534697ad091835b3ee5e0213b37ace489488234e5a9548ec4R95
The text was updated successfully, but these errors were encountered:
Hi @bcg62
Thanks for the issue, feel free to create a PR, I'll review it and merge it. Otherwise, I'll try to fix that soon as possible. 👍
Sorry, something went wrong.
Add a default value to haproxy_stats_listener_options
31bcf9e
Otherwise the playbook will return ``` ansible.errors.AnsibleUndefinedVariable: 'haproxy_stats_listener_options' is undefined ``` Closes: uoi-io#47 Signed-off-by: Dimitri Savineau <[email protected]>
Successfully merging a pull request may close this issue.
haproxy_stats_listener_options is not set by default but referenced by the template causing a failure.
should this be uncommented and defaulted as
haproxy_stats_listener_options: []
?3abed7d#diff-23e21b6c89468f7534697ad091835b3ee5e0213b37ace489488234e5a9548ec4R95
The text was updated successfully, but these errors were encountered: