summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_snmp_contact.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_snmp_contact.py')
-rw-r--r--network/nxos/nxos_snmp_contact.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/nxos/nxos_snmp_contact.py b/network/nxos/nxos_snmp_contact.py
index aaaeab4f..e2d98733 100644
--- a/network/nxos/nxos_snmp_contact.py
+++ b/network/nxos/nxos_snmp_contact.py
@@ -47,9 +47,9 @@ EXAMPLES = '''
- nxos_snmp_contact:
contact: Test
state: present
- host: {{ inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ host: "{{ inventory_hostname }}"
+ username: "{{ un }}"
+ password: "{{ pwd }}"
'''
RETURN = '''