Fix more docs vs argspec (#36048)

This commit is contained in:
John R Barker
2018-02-12 17:42:25 +00:00
committed by GitHub
parent 404f9260d9
commit 17c0d3eae0
7 changed files with 88 additions and 157 deletions

View File

@@ -42,6 +42,10 @@ options:
- State of the link aggregation group.
default: present
choices: ['present', 'absent']
purge:
description:
- Purge links not defined in the I(aggregate) parameter.
default: no
extends_documentation_fragment: ios
"""

View File

@@ -44,7 +44,7 @@ options:
Cisco IOS device. The list entries can either be the username
or a hash of username and properties. This argument is mutually
exclusive with the C(name) argument.
aliases: ['users']
aliases: ['users', 'collection']
name:
description:
- The username to be configured on the Cisco IOS device.