You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new LTS modules and example playbook