* scaleway_organization_info: fix sanity checks
* remove lines from ignore files
* Update plugins/modules/scaleway_organization_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 83ff4429e8
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
pull/5584/head
parent
c681249364
commit
4b04e3cc32
|
@ -44,7 +44,8 @@ RETURN = r'''
|
|||
scaleway_organization_info:
|
||||
description: Response from Scaleway API
|
||||
returned: success
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
sample:
|
||||
"scaleway_organization_info": [
|
||||
{
|
||||
|
|
|
@ -27,7 +27,6 @@ plugins/modules/rax_files.py validate-modules:parameter-state-invalid-choice
|
|||
plugins/modules/rax.py use-argspec-type-path # fix needed
|
||||
plugins/modules/rax_scaling_group.py use-argspec-type-path # fix needed, expanduser() applied to dict values
|
||||
plugins/modules/rhevm.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/scaleway_organization_info.py validate-modules:return-syntax-error
|
||||
plugins/modules/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||
plugins/modules/udm_share.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/udm_user.py validate-modules:parameter-list-no-elements
|
||||
|
|
|
@ -22,7 +22,6 @@ plugins/modules/rax_files.py validate-modules:parameter-state-invalid-choice
|
|||
plugins/modules/rax.py use-argspec-type-path # fix needed
|
||||
plugins/modules/rax_scaling_group.py use-argspec-type-path # fix needed, expanduser() applied to dict values
|
||||
plugins/modules/rhevm.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/scaleway_organization_info.py validate-modules:return-syntax-error
|
||||
plugins/modules/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||
plugins/modules/udm_share.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/udm_user.py validate-modules:parameter-list-no-elements
|
||||
|
|
|
@ -22,7 +22,6 @@ plugins/modules/rax_files.py validate-modules:parameter-state-invalid-choice
|
|||
plugins/modules/rax.py use-argspec-type-path # fix needed
|
||||
plugins/modules/rax_scaling_group.py use-argspec-type-path # fix needed, expanduser() applied to dict values
|
||||
plugins/modules/rhevm.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/scaleway_organization_info.py validate-modules:return-syntax-error
|
||||
plugins/modules/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||
plugins/modules/udm_share.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/udm_user.py validate-modules:parameter-list-no-elements
|
||||
|
|
|
@ -23,7 +23,6 @@ plugins/modules/rax_files.py validate-modules:parameter-state-invalid-choice
|
|||
plugins/modules/rax.py use-argspec-type-path # fix needed
|
||||
plugins/modules/rax_scaling_group.py use-argspec-type-path # fix needed, expanduser() applied to dict values
|
||||
plugins/modules/rhevm.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/scaleway_organization_info.py validate-modules:return-syntax-error
|
||||
plugins/modules/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||
plugins/modules/udm_share.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/udm_user.py import-3.11 # Uses deprecated stdlib library 'crypt'
|
||||
|
|
|
@ -23,7 +23,6 @@ plugins/modules/rax_files.py validate-modules:parameter-state-invalid-choice
|
|||
plugins/modules/rax.py use-argspec-type-path # fix needed
|
||||
plugins/modules/rax_scaling_group.py use-argspec-type-path # fix needed, expanduser() applied to dict values
|
||||
plugins/modules/rhevm.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/scaleway_organization_info.py validate-modules:return-syntax-error
|
||||
plugins/modules/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||
plugins/modules/udm_share.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/udm_user.py import-3.11 # Uses deprecated stdlib library 'crypt'
|
||||
|
|
Loading…
Reference in New Issue