summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGGabriele <gabrielegerbino@gmail.com>2016-09-05 17:43:28 +0200
committerGGabriele <gabrielegerbino@gmail.com>2016-09-05 17:43:28 +0200
commit393f07da885aa7c709cf540ce02d70b5d5b86b21 (patch)
treee696f60121e893632c048a30c2f06845c3823fda
parent0cb9a022029f0c13e3799f7ffb42982cae1bb26a (diff)
downloadansible-modules-core-393f07da885aa7c709cf540ce02d70b5d5b86b21.tar.gz
Fixed docstring
-rw-r--r--network/nxos/nxos_vxlan_vtep_vni.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/network/nxos/nxos_vxlan_vtep_vni.py b/network/nxos/nxos_vxlan_vtep_vni.py
index e3b552ca..041f10f8 100644
--- a/network/nxos/nxos_vxlan_vtep_vni.py
+++ b/network/nxos/nxos_vxlan_vtep_vni.py
@@ -27,11 +27,11 @@ description:
author: Gabriele Gerbino (@GGabriele)
extends_documentation_fragment: nxos
notes:
- - default, where supported, restores params default value
+ - default, where supported, restores params default value.
options:
interface:
description:
- - Interface name for the VXLAN Network Virtualization Endpoint
+ - Interface name for the VXLAN Network Virtualization Endpoint.
required: true
vni:
description:
@@ -73,7 +73,8 @@ options:
default: null
state:
description:
- - Determines whether the config should be present or not on the device.
+ - Determines whether the config should be present or not
+ on the device.
required: false
default: present
choices: ['present','absent']