fix NIOS DNS lookup example (#36737)
This commit is contained in:
parent
a2b3120e85
commit
905b3e2f65
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ EXAMPLES = """
|
|||
|
||||
- name: fetch the default dns view
|
||||
set_fact:
|
||||
dns_views: "{{ lookup('nios', 'view', filter={'view': 'default'}, provider={'host': 'nios01', 'username': 'admin', 'password': 'password'}) }}"
|
||||
dns_views: "{{ lookup('nios', 'view', filter={'name': 'default'}, provider={'host': 'nios01', 'username': 'admin', 'password': 'password'}) }}"
|
||||
|
||||
# all of the examples below use credentials that are set using env variables
|
||||
# export INFOBLOX_HOST=nios01
|
||||
|
|
Loading…
Reference in a new issue