summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_vrf.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_vrf.py')
-rw-r--r--network/nxos/nxos_vrf.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/network/nxos/nxos_vrf.py b/network/nxos/nxos_vrf.py
index 8c8c2c17..8dde538f 100644
--- a/network/nxos/nxos_vrf.py
+++ b/network/nxos/nxos_vrf.py
@@ -76,8 +76,12 @@ options:
'''
EXAMPLES = '''
-# ensure ntc VRF exists on switch
-- nxos_vrf: vrf=ntc username="{{ un }}" password="{{ pwd }}" host="{{ inventory_hostname }}"
+- name: Ensure ntc VRF exists on switch
+ nxos_vrf:
+ vrf: ntc
+ username: "{{ un }}"
+ password: "{{ pwd }}"
+ host: "{{ inventory_hostname }}"
'''
RETURN = '''