Skip to content

new workflow

new workflow #10

Triggered via pull request January 8, 2025 07:14
@fmunozmirandafmunozmiranda
synchronize #81
develop
Status Failure
Total duration 1m 18s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
yaml[new-line-at-end-of-file]: .github/workflows/ansible-lint.yml#L19
No new line character at the end of file
yaml[brackets]: .github/workflows/sanity_tests.yml#L4
Too many spaces inside brackets
yaml[new-line-at-end-of-file]: .github/workflows/sanity_tests.yml#L40
No new line character at the end of file
yaml[trailing-spaces]: galaxy.yml#L7
Trailing spaces
name[play]: playbooks/Bulk_change_DNS_from_file.yaml#L6
All plays should be named.
fqcn[action-core]: playbooks/Bulk_change_DNS_from_file.yaml#L11
Use FQCN for builtin module actions (include_vars).
name[play]: playbooks/Create_a_Network.yaml#L2
All plays should be named.
yaml[new-line-at-end-of-file]: playbooks/Create_a_Network.yaml#L15
No new line character at the end of file
jinja[spacing]: playbooks/old_collection_test.yml#L19
Jinja2 spacing could be improved: {{ omit if item.allowedVlans is undefined else item.allowedVlans.split(',')}} -> {{ omit if item.allowedVlans is undefined else item.allowedVlans.split(',') }}
jinja[spacing]: tests/integration/targets/meraki_network/tasks/main.yml#L45
Jinja2 spacing could be improved: create_net_switch_check.data.organization_id == "{{ test_org_id |string }}" -> create_net_switch_check.data.organization_id == "{{ test_org_id | string }}"
jinja[spacing]: tests/integration/targets/meraki_network/tasks/main.yml#L468
Jinja2 spacing could be improved: {{ net_id}} -> {{ net_id }}