Update pre-commit configuration #10
update_pre_commit.yml
on: schedule
pre-commit
/
changelog
1m 18s
Annotations
11 errors and 1 warning
syntax-check[specific]:
roles/filetree_create/meta/main.yml#L51
the role 'meta_dependency_check' was not found in ansible.legacy:/tmp/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/tmp
|
syntax-check[specific]:
roles/filetree_read/meta/main.yml#L48
the role 'meta_dependency_check' was not found in ansible.legacy:/tmp/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/tmp
|
syntax-check[specific]:
roles/filetree_read/tests/config-controller-filetree.yml#L37
the role 'infra.controller_configuration.dispatch' was not found in /home/runner/work/aap_configuration_extended/aap_configuration_extended/roles/filetree_read/tests/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles/filetree_read/tests
|
syntax-check[specific]:
roles/object_diff/meta/main.yml#L48
the role 'meta_dependency_check' was not found in ansible.legacy:/tmp/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/tmp
|
syntax-check[specific]:
roles/object_diff/tests/drop_diff.yml#L38
the role 'infra.controller_configuration.dispatch' was not found in /home/runner/work/aap_configuration_extended/aap_configuration_extended/roles/object_diff/tests/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles/object_diff/tests
|
syntax-check[unknown-module]:
roles/offline_sync/tasks/main.yml#L16
couldn't resolve module/action 'ah_token'. This often indicates a misspelling, missing collection, or incorrect module path.
|
syntax-check[specific]:
tests/configure_controller.yml#L85
the role 'dispatch' was not found in awx.awx:infra.controller_configuration:ansible.legacy:/home/runner/work/aap_configuration_extended/aap_configuration_extended/tests/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/tests
|
syntax-check[specific]:
tests/configure_controller_export_model.yml#L63
the role 'organizations' was not found in awx.awx:infra.controller_configuration:ansible.legacy:/home/runner/work/aap_configuration_extended/aap_configuration_extended/tests/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/tests
|
syntax-check[specific]:
tests/playbooks/configure_awx.yml#L51
the role 'settings' was not found in awx.awx:infra.controller_configuration:ansible.legacy:/home/runner/work/aap_configuration_extended/aap_configuration_extended/tests/playbooks/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/tests/playbooks
|
syntax-check[specific]:
tests/playbooks/configure_controller.yml#L51
the role 'settings' was not found in ansible.controller:infra.controller_configuration:ansible.legacy:/home/runner/work/aap_configuration_extended/aap_configuration_extended/tests/playbooks/roles:/home/runner/.cache/ansible-compat/a20f28/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/aap_configuration_extended/aap_configuration_extended/tests/playbooks
|
pre-commit / changelog
GitHub Actions is not permitted to create or approve pull requests.
|
jinja[spacing]:
roles/filetree_create/tasks/notification_templates.yml#L68
Jinja2 spacing could be improved: {{ output_path }}/{{ (current_notification_templates_asset_value.summary_fields.organization.name |default(organization, true)) | regex_replace('/', '_') }}/notification_templates/{{ current_notification_templates_asset_value.name | regex_replace('/', '_') }}.yaml -> {{ output_path }}/{{ (current_notification_templates_asset_value.summary_fields.organization.name | default(organization, true)) | regex_replace('/', '_') }}/notification_templates/{{ current_notification_templates_asset_value.name | regex_replace('/', '_') }}.yaml
|