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 github_gpg_key module to manage GPG keys on GitHub. #8299

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

austinlucaslake
Copy link

SUMMARY

New github_gpg_key module to manage GPG keys on GitHub.

Fixes #3371

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

github_gpg_key

ADDITIONAL INFORMATION

REST API endpoints for GPG keys

Example usage:

community.general.github_gpg_key:
  state: present
  token: {{ token }}
  name: {{ name }}
  armored_public_key: {{ armored_public_key }}

@ansibullbot

This comment was marked as outdated.

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added WIP Work in progress integration tests/integration module module new_contributor Help guide this first time contributor new_plugin New plugin plugins plugin (any type) tests tests unit tests/unit labels May 1, 2024
@ansibullbot

This comment was marked as outdated.

@felixfontein felixfontein added the check-before-release PR will be looked at again shortly before release and merged if possible. label May 1, 2024
Copy link
Collaborator

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! I've added some first comments below.

@ansibullbot ansibullbot added the stale_ci CI is older than 7 days, rerun before merging label May 9, 2024
@ansibullbot

This comment was marked as outdated.

@ansibullbot ansibullbot removed the stale_ci CI is older than 7 days, rerun before merging label May 10, 2024
@ansibullbot
Copy link
Collaborator

The test ansible-test sanity --test pylint [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: syntax-error: Parsing failed: 'invalid syntax. Perhaps you forgot a comma? (ansible_collections.community.general.tests.unit.plugins.modules.test_github_gpg_key, line 159)'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: syntax-error: Parsing failed: 'invalid syntax. Perhaps you forgot a comma? (<unknown>, line 159)'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: syntax-error: Parsing failed: 'invalid syntax. Perhaps you forgot a comma? (<unknown>, line 159)'

The test extra-docs failed with 8 errors:

plugins/modules/github_gpg_key.py:0:0: Did not return correct DOCUMENTATION
plugins/modules/github_gpg_key.py:0:0: Missing documentation or could not parse documentation: community.general.github_gpg_key did not contain a DOCUMENTATION attribute (/tmp/antsibull-docs-0emz7k8h/ansible_collections/community/general/plugins/modules/github_gpg_key.py). Unable to parse documentation in python file '/tmp/antsibull-docs-0emz7k8h/ansible_collections/community/general/plugins/modules/github_gpg_key.py': while parsing a flow mapping
                                         in "<unicode string>", line 7, column 14:0:0:
                                       did not find expected ',' or '}':0:0:
                                         in "<unicode string>", line 9, column 26. while parsing a flow mapping:0:0:
                                         in "<unicode string>", line 7, column 14:0:0:
                                       did not find expected ',' or '}':0:0:
                                         in "<unicode string>", line 9, column 26:0:0:

The test ansible-test sanity --test compile --python 2.7 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:18: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.12 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.6 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:18: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.7 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:18: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.8 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:13: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:13: SyntaxError: params=dict(

The test ansible-test sanity --test yamllint [explain] failed with 3 errors:

plugins/modules/github_gpg_key.py:65:26: error: RETURN: syntax error: expected ',' or '}', but got '<scalar>' (syntax)
plugins/modules/github_gpg_key.py:65:26: unparsable-with-libyaml: while parsing a flow mapping - did not find expected ',' or '}'
tests/integration/targets/github_gpg_key/tasks/main.yml:14:13: unparsable-with-libyaml: while constructing a mapping - found unhashable key

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.12 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.7 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:18: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.8 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:13: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:13: SyntaxError: params=dict(

The test ansible-test sanity --test yamllint [explain] failed with 3 errors:

plugins/modules/github_gpg_key.py:65:26: error: RETURN: syntax error: expected ',' or '}', but got '<scalar>' (syntax)
plugins/modules/github_gpg_key.py:65:26: unparsable-with-libyaml: RETURN: while parsing a flow mapping - did not find expected ',' or '}'
tests/integration/targets/github_gpg_key/tasks/main.yml:14:13: unparsable-with-libyaml: while constructing a mapping - found unhashable key

The test ansible-test sanity --test compile --python 2.7 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:18: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.5 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:18: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.6 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:18: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.7 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:18: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.8 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:13: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:13: SyntaxError: params=dict(

The test ansible-test sanity --test yamllint [explain] failed with 3 errors:

plugins/modules/github_gpg_key.py:65:26: error: RETURN: syntax error: expected ',' or '}', but got '<scalar>' (syntax)
plugins/modules/github_gpg_key.py:65:26: unparsable-with-libyaml: while parsing a flow mapping - did not find expected ',' or '}'
tests/integration/targets/github_gpg_key/tasks/main.yml:14:13: unparsable-with-libyaml: while constructing a mapping - found unhashable key

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.12 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: SyntaxError: module=self.module

The test ansible-test sanity --test compile --python 3.8 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:13: SyntaxError: params=dict(

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:160:13: SyntaxError: params=dict(

The test ansible-test sanity --test yamllint [explain] failed with 3 errors:

plugins/modules/github_gpg_key.py:65:26: error: RETURN: syntax error: expected ',' or '}', but got '<scalar>' (syntax)
plugins/modules/github_gpg_key.py:65:26: unparsable-with-libyaml: RETURN: while parsing a flow mapping - did not find expected ',' or '}'
tests/integration/targets/github_gpg_key/tasks/main.yml:14:13: unparsable-with-libyaml: while constructing a mapping - found unhashable key

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Command "ansible-doc -t module community.general.github_gpg_key" returned exit status 1.
>>> Standard Error
ERROR! module community.general.github_gpg_key missing documentation (or could not parse documentation): community.general.github_gpg_key did not contain a DOCUMENTATION attribute (/root/ansible_collections/community/general/plugins/modules/github_gpg_key.py). Unable to parse documentation in python file '/root/ansible_collections/community/general/plugins/modules/github_gpg_key.py': while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26. while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26

The test ansible-test sanity --test validate-modules [explain] failed with 5 errors:

plugins/modules/github_gpg_key.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as ([]) but documentation defines choices as (['present', 'absent'])
plugins/modules/github_gpg_key.py:0:0: documentation-error: Unknown DOCUMENTATION error, see TRACE: Unable to parse documentation in python file 'plugins/modules/github_gpg_key.py': while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26. while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26
plugins/modules/github_gpg_key.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.state.choice: extra keys not allowed @ data['argument_spec']['state']['choice']. Got ['present', 'absent']
plugins/modules/github_gpg_key.py:0:0: invalid-documentation-markup: Directive "O(pubkey)" contains a non-existing option "pubkey"
plugins/modules/github_gpg_key.py:65:26: return-syntax-error: RETURN is not valid YAML

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Command "ansible-doc -t module community.general.github_gpg_key" returned exit status 1.
>>> Standard Error
ERROR! module community.general.github_gpg_key missing documentation (or could not parse documentation): community.general.github_gpg_key did not contain a DOCUMENTATION attribute (/root/ansible_collections/community/general/plugins/modules/github_gpg_key.py). Unable to parse documentation in python file '/root/ansible_collections/community/general/plugins/modules/github_gpg_key.py': while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26. while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26

The test ansible-test sanity --test validate-modules [explain] failed with 5 errors:

plugins/modules/github_gpg_key.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as ([]) but documentation defines choices as (['present', 'absent'])
plugins/modules/github_gpg_key.py:0:0: documentation-error: Unknown DOCUMENTATION error, see TRACE: Unable to parse documentation in python file 'plugins/modules/github_gpg_key.py': while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26. while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26
plugins/modules/github_gpg_key.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.state.choice: extra keys not allowed @ data['argument_spec']['state']['choice']. Got ['present', 'absent']
plugins/modules/github_gpg_key.py:0:0: invalid-documentation-markup: Directive "O(pubkey)" contains a non-existing option "pubkey"
plugins/modules/github_gpg_key.py:65:26: return-syntax-error: RETURN is not valid YAML

The test ansible-test sanity --test pylint [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:159:20: syntax-error: Parsing failed: 'invalid syntax. Perhaps you forgot a comma? (ansible_collections.community.general.tests.unit.plugins.modules.test_github_gpg_key, line 159)'

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Command "ansible-doc -t module community.general.github_gpg_key" returned exit status 1.
>>> Standard Error
ERROR! module community.general.github_gpg_key missing documentation (or could not parse documentation): community.general.github_gpg_key did not contain a DOCUMENTATION attribute (/root/ansible_collections/community/general/plugins/modules/github_gpg_key.py). Unable to parse documentation in python file '/root/ansible_collections/community/general/plugins/modules/github_gpg_key.py': while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26. while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26

The test ansible-test sanity --test validate-modules [explain] failed with 5 errors:

plugins/modules/github_gpg_key.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as ([]) but documentation defines choices as (['present', 'absent'])
plugins/modules/github_gpg_key.py:0:0: documentation-error: Unknown DOCUMENTATION error, see TRACE: Unable to parse documentation in python file 'plugins/modules/github_gpg_key.py': while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26. while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26
plugins/modules/github_gpg_key.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.state.choice: extra keys not allowed @ data['argument_spec']['state']['choice']. Got ['present', 'absent']
plugins/modules/github_gpg_key.py:0:0: invalid-documentation-markup: Directive "O(pubkey)" contains a non-existing option "pubkey"
plugins/modules/github_gpg_key.py:65:26: return-syntax-error: RETURN is not valid YAML

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Command "ansible-doc -t module community.general.github_gpg_key" returned exit status 1.
>>> Standard Error
ERROR! module community.general.github_gpg_key missing documentation (or could not parse documentation): community.general.github_gpg_key did not contain a DOCUMENTATION attribute (/root/ansible_collections/community/general/plugins/modules/github_gpg_key.py). Unable to parse documentation in python file '/root/ansible_collections/community/general/plugins/modules/github_gpg_key.py': while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26. while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26

The test ansible-test sanity --test validate-modules [explain] failed with 5 errors:

plugins/modules/github_gpg_key.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as ([]) but documentation defines choices as (['present', 'absent'])
plugins/modules/github_gpg_key.py:0:0: documentation-error: Unknown DOCUMENTATION error, see TRACE: Unable to parse documentation in python file 'plugins/modules/github_gpg_key.py': while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26. while parsing a flow mapping
  in "<unicode string>", line 7, column 14
did not find expected ',' or '}'
  in "<unicode string>", line 9, column 26
plugins/modules/github_gpg_key.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.state.choice: extra keys not allowed @ data['argument_spec']['state']['choice']. Got ['present', 'absent']
plugins/modules/github_gpg_key.py:0:0: invalid-documentation-markup: Directive "O(pubkey)" contains a non-existing option "pubkey"
plugins/modules/github_gpg_key.py:65:26: return-syntax-error: RETURN is not valid YAML

click here for bot help

@ansibullbot ansibullbot added the stale_ci CI is older than 7 days, rerun before merging label May 18, 2024
@ansibullbot
Copy link
Collaborator

@austinlucaslake This PR was evaluated as a potentially problematic PR for the following reasons:

  • More than 50 changed files.

Such PR can only be merged by human. Contact a Core team member to review this PR on IRC: #ansible-devel on Libera.chat IRC

click here for bot help

@ansibullbot ansibullbot added the needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html label May 26, 2024
@russoz
Copy link
Collaborator

russoz commented Jan 29, 2025

Ping @austinlucaslake

Are you still going to pursue this?

needs_info

@ansibullbot ansibullbot added the needs_info This issue requires further information. Please answer any outstanding questions label Jan 29, 2025
@austinlucaslake
Copy link
Author

Ping @austinlucaslake

Are you still going to pursue this?

needs_info

Been pretty busy with school, but I will be getting back to working on this fairly soon!

@ansibullbot ansibullbot removed the needs_info This issue requires further information. Please answer any outstanding questions label Feb 7, 2025
@felixfontein
Copy link
Collaborator

Something went wrong, there are now hundrets of commits and thousands of changed files in this PR. Can you try to rebase to current main to get rid of these extra changes? Thanks.

@austinlucaslake
Copy link
Author

Something went wrong, there are now hundrets of commits and thousands of changed files in this PR. Can you try to rebase to current main to get rid of these extra changes? Thanks.

Tried pulling to update and I clearly messed up. Should I just reopen the PR cause I'm not 100% sure how to fix at this point.

@ansibullbot ansibullbot removed needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html stale_ci CI is older than 7 days, rerun before merging labels Mar 15, 2025
@austinlucaslake
Copy link
Author

Something went wrong, there are now hundrets of commits and thousands of changed files in this PR. Can you try to rebase to current main to get rid of these extra changes? Thanks.

Tried pulling to update and I clearly messed up. Should I just reopen the PR cause I'm not 100% sure how to fix at this point.

Nevermind, looks like my rebase+push worked

@ansibullbot
Copy link
Collaborator

The test ansible-test sanity --test pep8 [explain] failed with 9 errors:

plugins/modules/github_gpg_key.py:58:33: W291: trailing whitespace
plugins/modules/github_gpg_key.py:197:36: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:197:40: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:218:9: E125: continuation line with same indent as next logical line
plugins/modules/github_gpg_key.py:255:44: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:255:48: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:268:27: W291: trailing whitespace
plugins/modules/github_gpg_key.py:271:1: E302: expected 2 blank lines, found 1
tests/unit/plugins/modules/test_github_gpg_key.py:108:1: E305: expected 2 blank lines after class or function definition, found 1

The test ansible-test sanity --test pep8 [explain] failed with 9 errors:

plugins/modules/github_gpg_key.py:58:33: W291: trailing whitespace
plugins/modules/github_gpg_key.py:197:36: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:197:40: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:218:9: E125: continuation line with same indent as next logical line
plugins/modules/github_gpg_key.py:255:44: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:255:48: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:268:27: W291: trailing whitespace
plugins/modules/github_gpg_key.py:271:1: E302: expected 2 blank lines, found 1
tests/unit/plugins/modules/test_github_gpg_key.py:108:1: E305: expected 2 blank lines after class or function definition, found 1

The test ansible-test sanity --test pep8 [explain] failed with 9 errors:

plugins/modules/github_gpg_key.py:58:33: W291: trailing whitespace
plugins/modules/github_gpg_key.py:197:36: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:197:40: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:218:9: E125: continuation line with same indent as next logical line
plugins/modules/github_gpg_key.py:255:44: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:255:48: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:268:27: W291: trailing whitespace
plugins/modules/github_gpg_key.py:271:1: E302: expected 2 blank lines, found 1
tests/unit/plugins/modules/test_github_gpg_key.py:108:1: E305: expected 2 blank lines after class or function definition, found 1

The test ansible-test sanity --test pep8 [explain] failed with 9 errors:

plugins/modules/github_gpg_key.py:58:33: W291: trailing whitespace
plugins/modules/github_gpg_key.py:197:36: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:197:40: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:218:9: E125: continuation line with same indent as next logical line
plugins/modules/github_gpg_key.py:255:44: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:255:48: E226: missing whitespace around arithmetic operator
plugins/modules/github_gpg_key.py:268:27: W291: trailing whitespace
plugins/modules/github_gpg_key.py:271:1: E302: expected 2 blank lines, found 1
tests/unit/plugins/modules/test_github_gpg_key.py:108:1: E305: expected 2 blank lines after class or function definition, found 1

click here for bot help

@ansibullbot
Copy link
Collaborator

The test ansible-test sanity --test compile --python 2.7 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.12 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.6 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.7 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.8 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test pep8 [explain] failed with 50 errors:

tests/unit/plugins/modules/test_github_gpg_key.py:125:1: E112: expected an indented block
tests/unit/plugins/modules/test_github_gpg_key.py:125:1: E305: expected 2 blank lines after class or function definition, found 0
tests/unit/plugins/modules/test_github_gpg_key.py:125:3: E227: missing whitespace around bitwise or shift operator
tests/unit/plugins/modules/test_github_gpg_key.py:125:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:126:9: E113: unexpected indentation
tests/unit/plugins/modules/test_github_gpg_key.py:138:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:138:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:138:5: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:138:8: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:139:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:139:19: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:139:21: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:140:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:140:18: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:140:20: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:141:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:141:32: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:141:34: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:142:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:142:24: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:142:26: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:144:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:144:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:145:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:146:15: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:146:17: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:154:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:154:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:154:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:155:9: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:157:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:157:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:158:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:158:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:159:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:160:15: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:160:17: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:162:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:162:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:162:5: E227: missing whitespace around bitwise or shift operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:169:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:5: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:8: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:173:13: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:175:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:175:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:175:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:176:9: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:180:39: E901: IndentationError: unindent does not match any outer indentation level

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.12 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.7 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.8 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test pep8 [explain] failed with 50 errors:

tests/unit/plugins/modules/test_github_gpg_key.py:125:1: E112: expected an indented block
tests/unit/plugins/modules/test_github_gpg_key.py:125:1: E305: expected 2 blank lines after class or function definition, found 0
tests/unit/plugins/modules/test_github_gpg_key.py:125:3: E227: missing whitespace around bitwise or shift operator
tests/unit/plugins/modules/test_github_gpg_key.py:125:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:126:9: E113: unexpected indentation
tests/unit/plugins/modules/test_github_gpg_key.py:138:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:138:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:138:5: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:138:8: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:139:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:139:19: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:139:21: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:140:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:140:18: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:140:20: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:141:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:141:32: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:141:34: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:142:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:142:24: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:142:26: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:144:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:144:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:145:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:146:15: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:146:17: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:154:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:154:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:154:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:155:9: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:157:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:157:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:158:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:158:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:159:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:160:15: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:160:17: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:162:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:162:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:162:5: E227: missing whitespace around bitwise or shift operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:169:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:5: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:8: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:173:13: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:175:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:175:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:175:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:176:9: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:180:39: E901: IndentationError: unindent does not match any outer indentation level

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.12 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.13 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.8 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test pep8 [explain] failed with 50 errors:

tests/unit/plugins/modules/test_github_gpg_key.py:125:1: E112: expected an indented block
tests/unit/plugins/modules/test_github_gpg_key.py:125:1: E305: expected 2 blank lines after class or function definition, found 0
tests/unit/plugins/modules/test_github_gpg_key.py:125:3: E227: missing whitespace around bitwise or shift operator
tests/unit/plugins/modules/test_github_gpg_key.py:125:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:126:9: E113: unexpected indentation
tests/unit/plugins/modules/test_github_gpg_key.py:138:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:138:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:138:5: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:138:8: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:139:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:139:19: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:139:21: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:140:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:140:18: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:140:20: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:141:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:141:32: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:141:34: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:142:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:142:24: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:142:26: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:144:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:144:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:145:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:146:15: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:146:17: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:154:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:154:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:154:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:155:9: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:157:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:157:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:158:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:158:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:159:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:160:15: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:160:17: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:162:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:162:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:162:5: E227: missing whitespace around bitwise or shift operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:169:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:5: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:8: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:173:13: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:175:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:175:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:175:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:176:9: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:180:39: E901: IndentationError: unindent does not match any outer indentation level

The test ansible-test sanity --test pylint [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: syntax-error: Parsing failed: 'expected an indented block after function definition on line 124 (ansible_collections.community.general.tests.unit.plugins.modules.test_github_gpg_key, line 125)'

The test ansible-test sanity --test compile --python 3.10 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.11 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.12 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.13 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.8 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test compile --python 3.9 [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: IndentationError: <<<<<<< Updated upstream

The test ansible-test sanity --test pep8 [explain] failed with 50 errors:

tests/unit/plugins/modules/test_github_gpg_key.py:125:1: E112: expected an indented block
tests/unit/plugins/modules/test_github_gpg_key.py:125:1: E305: expected 2 blank lines after class or function definition, found 0
tests/unit/plugins/modules/test_github_gpg_key.py:125:3: E227: missing whitespace around bitwise or shift operator
tests/unit/plugins/modules/test_github_gpg_key.py:125:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:126:9: E113: unexpected indentation
tests/unit/plugins/modules/test_github_gpg_key.py:138:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:138:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:138:5: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:138:8: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:139:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:139:19: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:139:21: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:140:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:140:18: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:140:20: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:141:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:141:32: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:141:34: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:142:9: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:142:24: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:142:26: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:144:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:144:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:145:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:146:15: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:146:17: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:154:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:154:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:154:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:155:9: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:157:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:157:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:158:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:158:6: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:159:5: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:160:15: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:160:17: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:162:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:162:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:162:5: E227: missing whitespace around bitwise or shift operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:169:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:5: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:169:8: E251: unexpected spaces around keyword / parameter equals
tests/unit/plugins/modules/test_github_gpg_key.py:173:13: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:175:1: E122: continuation line missing indentation or outdented
tests/unit/plugins/modules/test_github_gpg_key.py:175:3: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:175:7: E225: missing whitespace around operator
tests/unit/plugins/modules/test_github_gpg_key.py:176:9: E123: closing bracket does not match indentation of opening bracket's line
tests/unit/plugins/modules/test_github_gpg_key.py:180:39: E901: IndentationError: unindent does not match any outer indentation level

The test ansible-test sanity --test pylint [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: syntax-error: Parsing failed: 'expected an indented block after function definition on line 124 (ansible_collections.community.general.tests.unit.plugins.modules.test_github_gpg_key, line 125)'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: syntax-error: Parsing failed: 'expected an indented block after function definition on line 124 (ansible_collections.community.general.tests.unit.plugins.modules.test_github_gpg_key, line 125)'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

tests/unit/plugins/modules/test_github_gpg_key.py:125:0: syntax-error: Parsing failed: 'expected an indented block after function definition on line 124 (<unknown>, line 125)'

click here for bot help

@ansibullbot ansibullbot added the stale_ci CI is older than 7 days, rerun before merging label Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
check-before-release PR will be looked at again shortly before release and merged if possible. integration tests/integration module module new_contributor Help guide this first time contributor new_plugin New plugin plugins plugin (any type) stale_ci CI is older than 7 days, rerun before merging tests tests unit tests/unit WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

github_gpg_key module
4 participants