Fixed docstring

This commit is contained in:
GGabriele 2016-09-05 18:30:18 +02:00
parent d894adba4a
commit 6bf9e99a5a

View file

@ -32,7 +32,8 @@ options:
required: true required: true
state: state:
description: 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 required: false
default: present default: present
choices: ['present','absent'] choices: ['present','absent']
@ -40,7 +41,7 @@ options:
EXAMPLES = ''' EXAMPLES = '''
- nxos_ospf: - nxos_ospf:
ospf=ntc ospf=1
state: present state: present
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"