summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_snmp_traps.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_snmp_traps.py')
-rw-r--r--network/nxos/nxos_snmp_traps.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/network/nxos/nxos_snmp_traps.py b/network/nxos/nxos_snmp_traps.py
index 63f1a3e3..a615c492 100644
--- a/network/nxos/nxos_snmp_traps.py
+++ b/network/nxos/nxos_snmp_traps.py
@@ -54,17 +54,17 @@ EXAMPLES = '''
- nxos_snmp_traps:
group: lldp
state: enabled
- host: {{ inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ host: "{{ inventory_hostname }}"
+ username: "{{ un }}"
+ password: "{{ pwd }}"
# ensure lldp trap is not configured
- nxos_snmp_traps:
group: lldp
state: disabled
- host: {{ inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ host: "{{ inventory_hostname }}"
+ username: "{{ un }}"
+ password: "{{ pwd }}"
'''
RETURN = '''