diff options
author | John R Barker <john@johnrbarker.com> | 2018-01-16 12:18:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 12:18:51 +0000 |
commit | 195beebcb4d25eeb32dfe251cb4993a99e865982 (patch) | |
tree | 28754d9962332adfc8b6e5551409165ec725b872 /lib/ansible/modules/network/ordnance | |
parent | c386ae9498ad6bf0c5b85a993fe1bc3ebc38ec59 (diff) | |
download | ansible-195beebcb4d25eeb32dfe251cb4993a99e865982.tar.gz |
Module DOCUMENTATION should match argspec (#34895)
* Module DOCUMENTATION should match argspec
Large update of many modules so that DOCUMENTATION option name and
aliases match those defined in the argspec.
Issues identified by https://github.com/ansible/ansible/pull/34809
In addition to many typos and missing aliases, the following notable
changes were made:
* Create `module_docs_fragments/url.py` for `url_argument_spec`
* `dellos*_command` shouldn't have ever had `waitfor` (was incorrectly copied)
* `ce_aaa_server_host.py` `s/raduis_server_type/radius_server_type/g`
* `Junos_lldp` enable should be part of `state`.
Diffstat (limited to 'lib/ansible/modules/network/ordnance')
-rw-r--r-- | lib/ansible/modules/network/ordnance/ordnance_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/network/ordnance/ordnance_config.py b/lib/ansible/modules/network/ordnance/ordnance_config.py index 51a303d826..92986cd59b 100644 --- a/lib/ansible/modules/network/ordnance/ordnance_config.py +++ b/lib/ansible/modules/network/ordnance/ordnance_config.py @@ -24,7 +24,7 @@ description: an implementation for working with these configuration sections in a deterministic way. options: - commands: + lines: description: - The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found |