Fixed docstring
This commit is contained in:
parent
d894adba4a
commit
6bf9e99a5a
1 changed files with 3 additions and 2 deletions
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in a new issue