summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_snmp_traps.py
diff options
context:
space:
mode:
authorRené Moser <mail@renemoser.net>2016-12-01 11:48:40 +0100
committerJohn R Barker <john@johnrbarker.com>2016-12-01 10:48:40 +0000
commit7616725ac821eea33e1d7e3908ea338e0f42e880 (patch)
tree89ad899766b552f57090ffd8b63c41d4fb707c2a /network/nxos/nxos_snmp_traps.py
parentf64e80118383e0c3885b3bd84c4c1379ce7e4e5d (diff)
downloadansible-modules-core-7616725ac821eea33e1d7e3908ea338e0f42e880.tar.gz
doc: network: fix syntax errors in examples (#5780)
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 = '''