-
Notifications
You must be signed in to change notification settings - Fork 22
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
DNS Forward NSG Support for Bloxone Ansible v2 #45
Conversation
- name: Get Forward NSG information by filters (e.g. name) | ||
infoblox.bloxone.dns_forward_nsg_info: | ||
filters: | ||
name: "example_nsg" |
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.
Indentation issue here
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.
seems to be fine, please re check
LGTM |
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.
LGTM. Some minor documentation comments.
* initial commit * addressed PR review * lint error * addressed review comments * addressed PR comment * addressed PR comment * addressed PR comment * addressed PR comment
* initial commit * addressed PR review * lint error * addressed review comments * addressed PR comment * addressed PR comment * addressed PR comment * addressed PR comment
Support for forward NSG in v2 ansible
Integration test - pass
Sanity - pass
Lint check - pass