Skip to content

pre-commit tests

pre-commit tests #1914

Triggered via schedule October 24, 2023 06:09
Status Failure
Total duration 3m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pre-commit.yml

on: schedule
Matrix: pre-commit_and_sanity / sanity / sanity
pre-commit_and_sanity  /  ...  /  pre-commit
1m 27s
pre-commit_and_sanity / pre-commit / pre-commit
pre-commit_and_sanity  /  markdown-link-check
1m 6s
pre-commit_and_sanity / markdown-link-check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
yaml[document-end]: plugins/lookup/controller_object_diff.py#L79
Missing document end "..."
yaml[empty-lines]: plugins/lookup/controller_object_diff.py#L79
Too many blank lines (1 > 0)
yaml[indentation]: plugins/modules/controller_export_diff.py#L195
Wrong indentation: expected 12 but found 14
yaml[document-end]: plugins/modules/controller_export_diff.py#L202
Missing document end "..."
pre-commit_and_sanity / pre-commit / pre-commit
Process completed with exit code 1.
pre-commit_and_sanity / all_green
Process completed with exit code 1.
jinja[spacing]: roles/credentials/tasks/main.yml#L4
Jinja2 spacing could be improved: {{ __controller_credentials_item.credential_type.name | default(__controller_credentials_item.credential_type | mandatory ) }} -> {{ __controller_credentials_item.credential_type.name | default(__controller_credentials_item.credential_type | mandatory) }}
jinja[spacing]: roles/execution_environments/tasks/main.yml#L5
Jinja2 spacing could be improved: {{ __execution_environments_item.credential | default(( '' if controller_configuration_execution_environments_enforce_defaults else omit), true) }} -> {{ __execution_environments_item.credential | default(('' if controller_configuration_execution_environments_enforce_defaults else omit), true) }}
jinja[spacing]: roles/execution_environments/tasks/main.yml#L5
Jinja2 spacing could be improved: {{ __execution_environments_item.description | default(( '' if controller_configuration_execution_environments_enforce_defaults else omit), true) }} -> {{ __execution_environments_item.description | default(('' if controller_configuration_execution_environments_enforce_defaults else omit), true) }}
jinja[spacing]: roles/execution_environments/tasks/main.yml#L5
Jinja2 spacing could be improved: {{ __execution_environments_item.organization.name | default(__execution_environments_item.organization | default(( '' if controller_configuration_execution_environments_enforce_defaults else omit), true)) }} -> {{ __execution_environments_item.organization.name | default(__execution_environments_item.organization | default(('' if controller_configuration_execution_environments_enforce_defaults else omit), true)) }}
jinja[spacing]: roles/execution_environments/tasks/main.yml#L5
Jinja2 spacing could be improved: {{ __execution_environments_item.pull | default(( 'missing' if controller_configuration_execution_environments_enforce_defaults else omit), true) }} -> {{ __execution_environments_item.pull | default(('missing' if controller_configuration_execution_environments_enforce_defaults else omit), true) }}
jinja[spacing]: roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.children | default(( [] if controller_configuration_groups_enforce_defaults else omit), true) }} -> {{ controller_groups_item.children | default(([] if controller_configuration_groups_enforce_defaults else omit), true) }}
jinja[spacing]: roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.description | default(( '' if controller_configuration_groups_enforce_defaults else omit), true) }} -> {{ controller_groups_item.description | default(('' if controller_configuration_groups_enforce_defaults else omit), true) }}
jinja[spacing]: roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.hosts | default(( [] if controller_configuration_groups_enforce_defaults else omit), true) }} -> {{ controller_groups_item.hosts | default(([] if controller_configuration_groups_enforce_defaults else omit), true) }}
jinja[spacing]: roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.preserve_existing_children | default(( false if controller_configuration_groups_enforce_defaults else omit)) }} -> {{ controller_groups_item.preserve_existing_children | default((false if controller_configuration_groups_enforce_defaults else omit)) }}
jinja[spacing]: roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.preserve_existing_hosts | default(( false if controller_configuration_groups_enforce_defaults else omit)) }} -> {{ controller_groups_item.preserve_existing_hosts | default((false if controller_configuration_groups_enforce_defaults else omit)) }}