mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Tidy up validate-modules nonexistent-parameter-documented (#1389)
* fixed validation-modules for plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py * fixed validation-modules for plugins/modules/cloud/univention/udm_share.py * fixed validation-modules for plugins/modules/net_tools/nios/nios_host_record.py * fixed validation-modules for plugins/modules/storage/zfs/zfs_facts.py * fixed validation-modules for plugins/modules/storage/zfs/zpool_facts.py * Tidy up validate-modules ignores nonexistent-parameter-documented * Adjustments per the PR * Removed no longer needed ignore line for udm_share.py
This commit is contained in:
parent
382be570ec
commit
7f890c4645
8 changed files with 5 additions and 34 deletions
|
@ -144,13 +144,6 @@ options:
|
|||
This will not work unless the uniqueness_by field is set to id.
|
||||
When this is set, and the uniqueness_by field is set, the group will either be updated or deleted, but not created.
|
||||
|
||||
ignore_changes:
|
||||
choices:
|
||||
- image_id
|
||||
- target
|
||||
description:
|
||||
- (List of Strings) list of fields on which changes should be ignored when updating
|
||||
|
||||
image_id:
|
||||
description:
|
||||
- (String) The image Id used to launch the instance.;
|
||||
|
|
|
@ -90,12 +90,12 @@ options:
|
|||
description:
|
||||
- Blocking locks.
|
||||
aliases: [ sambaBlockingLocks ]
|
||||
samba_browseable:
|
||||
default: '1'
|
||||
choices: [ '0', '1' ]
|
||||
sambaBrowseable:
|
||||
description:
|
||||
- Show in Windows network environment.
|
||||
aliases: [ sambaBrowseable ]
|
||||
- Show in Windows network environment.
|
||||
type: bool
|
||||
default: True
|
||||
aliases: [ samba_browsable ]
|
||||
samba_create_mode:
|
||||
default: '0744'
|
||||
description:
|
||||
|
|
|
@ -107,8 +107,6 @@ options:
|
|||
- Configure the host_record over DHCP instead of DNS, if user
|
||||
changes it to true, user need to mention MAC address to configure
|
||||
required: false
|
||||
aliases:
|
||||
- dhcp
|
||||
aliases:
|
||||
description:
|
||||
- Configures an optional list of additional aliases to add to the host
|
||||
|
|
|
@ -38,7 +38,6 @@ options:
|
|||
- Specifies which dataset properties should be queried in comma-separated format.
|
||||
For more information about dataset properties, check zfs(1M) man page.
|
||||
default: all
|
||||
aliases: [ "props" ]
|
||||
type:
|
||||
description:
|
||||
- Specifies which datasets types to display. Multiple values have to be
|
||||
|
|
|
@ -32,7 +32,6 @@ options:
|
|||
description:
|
||||
- Specifies which dataset properties should be queried in comma-separated format.
|
||||
For more information about dataset properties, check zpool(1M) man page.
|
||||
aliases: [ "props" ]
|
||||
default: all
|
||||
required: false
|
||||
'''
|
||||
|
|
|
@ -209,7 +209,6 @@ plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-
|
|||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-missing-type
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:undocumented-parameter
|
||||
|
@ -223,10 +222,8 @@ plugins/modules/cloud/univention/udm_group.py validate-modules:doc-default-does-
|
|||
plugins/modules/cloud/univention/udm_group.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:undocumented-parameter
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:parameter-list-no-elements
|
||||
|
@ -369,7 +366,6 @@ plugins/modules/net_tools/nios/nios_host_record.py validate-modules:doc-elements
|
|||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:doc-missing-type
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:invalid-ansiblemodule-schema
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:undocumented-parameter
|
||||
|
@ -607,9 +603,7 @@ plugins/modules/storage/zfs/zfs.py validate-modules:parameter-type-not-in-doc
|
|||
plugins/modules/storage/zfs/zfs_delegate_admin.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/storage/zfs/zfs_delegate_admin.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/storage/zfs/zfs_delegate_admin.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/storage/zfs/zfs_facts.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/storage/zfs/zfs_facts.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/storage/zfs/zpool_facts.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/storage/zfs/zpool_facts.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/aix_devices.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/system/alternatives.py pylint:blacklisted-name
|
||||
|
|
|
@ -209,7 +209,6 @@ plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-
|
|||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-missing-type
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:undocumented-parameter
|
||||
|
@ -223,10 +222,8 @@ plugins/modules/cloud/univention/udm_group.py validate-modules:doc-default-does-
|
|||
plugins/modules/cloud/univention/udm_group.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:undocumented-parameter
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:parameter-list-no-elements
|
||||
|
@ -369,7 +366,6 @@ plugins/modules/net_tools/nios/nios_host_record.py validate-modules:doc-elements
|
|||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:doc-missing-type
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:invalid-ansiblemodule-schema
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:undocumented-parameter
|
||||
|
@ -607,9 +603,7 @@ plugins/modules/storage/zfs/zfs.py validate-modules:parameter-type-not-in-doc
|
|||
plugins/modules/storage/zfs/zfs_delegate_admin.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/storage/zfs/zfs_delegate_admin.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/storage/zfs/zfs_delegate_admin.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/storage/zfs/zfs_facts.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/storage/zfs/zfs_facts.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/storage/zfs/zpool_facts.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/storage/zfs/zpool_facts.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/aix_devices.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/system/alternatives.py pylint:blacklisted-name
|
||||
|
|
|
@ -182,7 +182,6 @@ plugins/modules/cloud/smartos/vmadm.py validate-modules:undocumented-parameter
|
|||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:doc-missing-type
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py validate-modules:undocumented-parameter
|
||||
plugins/modules/cloud/univention/udm_dns_record.py validate-modules:doc-choices-do-not-match-spec
|
||||
|
@ -194,9 +193,7 @@ plugins/modules/cloud/univention/udm_group.py validate-modules:doc-default-does-
|
|||
plugins/modules/cloud/univention/udm_group.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/cloud/univention/udm_share.py validate-modules:undocumented-parameter
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/cloud/univention/udm_user.py validate-modules:parameter-type-not-in-doc
|
||||
|
@ -288,7 +285,6 @@ plugins/modules/net_tools/nios/nios_fixed_address.py validate-modules:parameter-
|
|||
plugins/modules/net_tools/nios/nios_fixed_address.py validate-modules:undocumented-parameter
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:doc-missing-type
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/net_tools/nios/nios_host_record.py validate-modules:undocumented-parameter
|
||||
plugins/modules/net_tools/nios/nios_member.py validate-modules:doc-default-does-not-match-spec
|
||||
|
@ -445,9 +441,7 @@ plugins/modules/storage/purestorage/purefb_facts.py validate-modules:invalid-doc
|
|||
plugins/modules/storage/purestorage/purefb_facts.py validate-modules:return-syntax-error
|
||||
plugins/modules/storage/zfs/zfs.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/storage/zfs/zfs_delegate_admin.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/storage/zfs/zfs_facts.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/storage/zfs/zfs_facts.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/storage/zfs/zpool_facts.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/storage/zfs/zpool_facts.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/alternatives.py pylint:blacklisted-name
|
||||
plugins/modules/system/beadm.py pylint:blacklisted-name
|
||||
|
|
Loading…
Reference in a new issue