Skip to content

Commit

Permalink
addressed PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilGadiyarHJ committed Nov 28, 2024
1 parent e13a6d1 commit 5475111
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/modules/dns_delegation_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
filters:
fqdn: "delegation.example_zone."
- name: Get Delegation information by filters (e.g. fqdn,view)
infoblox.bloxone.dns_delegation_info:
filters:
fqdn: "delegation.example_zone."
view: '{{ view_id }}'
- name: Get Delegation information by raw filter query
infoblox.bloxone.dns_delegation_info:
filter_query: fqdn=='delegation.example_zone'
Expand Down

0 comments on commit 5475111

Please sign in to comment.