summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_snmp_location.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_snmp_location.py')
-rw-r--r--network/nxos/nxos_snmp_location.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/network/nxos/nxos_snmp_location.py b/network/nxos/nxos_snmp_location.py
index 29d5cf57..25acf514 100644
--- a/network/nxos/nxos_snmp_location.py
+++ b/network/nxos/nxos_snmp_location.py
@@ -46,17 +46,17 @@ EXAMPLES = '''
- nxos_snmp_location:
location: Test
state: present
- host: {{ inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ host: "{{ inventory_hostname }}"
+ username: "{{ un }}"
+ password: "{{ pwd }}"
# ensure snmp location is not configured
- nxos_snmp_location:
location: Test
state: absent
- host: {{ inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ host: "{{ inventory_hostname }}"
+ username: "{{ un }}"
+ password: "{{ pwd }}"
'''
RETURN = '''