summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_snmp_user.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_snmp_user.py')
-rw-r--r--network/nxos/nxos_snmp_user.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/nxos/nxos_snmp_user.py b/network/nxos/nxos_snmp_user.py
index d3add9b7..56d515a8 100644
--- a/network/nxos/nxos_snmp_user.py
+++ b/network/nxos/nxos_snmp_user.py
@@ -73,9 +73,9 @@ EXAMPLES = '''
group: network-operator
auth: md5
pwd: test_password
- host: {{ inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ host: "{{ inventory_hostname }}"
+ username: "{{ un }}"
+ password: "{{ pwd }}"
'''
RETURN = '''