Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Lts collection #324

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

danielaebert
Copy link
Contributor

Add new LTS modules and example playbook

@vladimirhasko
Copy link
Member

recheck

@anton-sidelnikov
Copy link
Member

ERROR: examples/playbooks/14_lts.yml:30:1: empty-lines: too many blank lines (1 > 0)
ERROR: plugins/modules/lts_group.py:41:9: unparsable-with-libyaml: while constructing a mapping - found unhashable key
ERROR: plugins/modules/lts_stream.py:46:9: unparsable-with-libyaml: while constructing a mapping - found unhashable key

@anton-sidelnikov
Copy link
Member

ERROR: plugins/modules/lts_group.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['present', 'absent']) but documentation defines choices as ([])
ERROR: plugins/modules/lts_group.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('present') but documentation defines default as (None)
ERROR: plugins/modules/lts_group.py:0:0: doc-default-does-not-match-spec: Argument 'ttl_in_days' in argument_spec defines default as ('7') but documentation defines default as (None)
ERROR: plugins/modules/lts_group.py:0:0: doc-required-mismatch: Argument 'ttl_in_days' in argument_spec is not required, but is documented as being required
ERROR: plugins/modules/lts_group.py:0:0: documentation-error: Unknown DOCUMENTATION error, see TRACE: Unable to parse documentation in python file 'plugins/modules/lts_group.py': while constructing a mapping
in "", line 5, column 13
found unacceptable key (unhashable type: 'AnsibleMapping')
in "", line 6, column 9. while constructing a mapping
in "", line 5, column 13
found unacceptable key (unhashable type: 'AnsibleMapping')
in "", line 6, column 9
ERROR: plugins/modules/lts_group.py:0:0: implied-parameter-type-mismatch: Argument 'ttl_in_days' in argument_spec implies type as 'str' but documentation defines as 'int'
ERROR: plugins/modules/lts_group.py:0:0: invalid-documentation: DOCUMENTATION.author: Invalid author for dictionary value @ data['author']. Got 'Daniela Ebert'
ERROR: plugins/modules/lts_group.py:0:0: missing-gplv3-license: GPLv3 license header not found in the first 20 lines of the module
ERROR: plugins/modules/lts_group.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
ERROR: plugins/modules/lts_group.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
ERROR: plugins/modules/lts_group.py:41:9: return-syntax-error: RETURN is not valid YAML
ERROR: plugins/modules/lts_stream.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['present', 'absent']) but documentation defines choices as ([])
ERROR: plugins/modules/lts_stream.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('present') but documentation defines default as (None)
ERROR: plugins/modules/lts_stream.py:0:0: doc-default-does-not-match-spec: Argument 'ttl_in_days' in argument_spec defines default as ('7') but documentation defines default as (None)
ERROR: plugins/modules/lts_stream.py:0:0: doc-required-mismatch: Argument 'ttl_in_days' in argument_spec is not required, but is documented as being required
ERROR: plugins/modules/lts_stream.py:0:0: documentation-error: Unknown DOCUMENTATION error, see TRACE: Unable to parse documentation in python file 'plugins/modules/lts_stream.py': while constructing a mapping
in "", line 5, column 13
found unacceptable key (unhashable type: 'AnsibleMapping')
in "", line 6, column 9. while constructing a mapping
in "", line 5, column 13
found unacceptable key (unhashable type: 'AnsibleMapping')
in "", line 6, column 9
ERROR: plugins/modules/lts_stream.py:0:0: implied-parameter-type-mismatch: Argument 'ttl_in_days' in argument_spec implies type as 'str' but documentation defines as 'int'
ERROR: plugins/modules/lts_stream.py:0:0: invalid-documentation: DOCUMENTATION.author: Invalid author for dictionary value @ data['author']. Got 'Daniela Ebert'
ERROR: plugins/modules/lts_stream.py:0:0: missing-gplv3-license: GPLv3 license header not found in the first 20 lines of the module
ERROR: plugins/modules/lts_stream.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
ERROR: plugins/modules/lts_stream.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
ERROR: plugins/modules/lts_stream.py:46:9: return-syntax-error: RETURN is not valid YAML

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants