Fixed docstring

reviewable/pr18780/r1
GGabriele 9 years ago
parent 336794d758
commit 50e7b378a6

@ -20,13 +20,13 @@ DOCUMENTATION = '''
---
module: nxos_vrf_af
version_added: "2.2"
short_description: Manages VRF AF
short_description: Manages VRF AF.
description:
- Manages VRF AF
author: Gabriele Gerbino (@GGabriele)
extends_documentation_fragment: nxos
notes:
- default, where supported, restores params default value
- Default, where supported, restores params default value.
options:
vrf:
description:
@ -53,7 +53,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']

Loading…
Cancel
Save