fix NIOS DNS lookup example (#36737)

pull/37030/head
David Newswanger 7 years ago committed by GitHub
parent a2b3120e85
commit 905b3e2f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save