new workflow #11
Annotations
10 errors and 3 warnings
Run ansible-lint:
.github/workflows/ansible-lint.yml#L19
No new line character at the end of file
|
Run ansible-lint:
.github/workflows/sanity_tests.yml#L4
Too many spaces inside brackets
|
Run ansible-lint:
.github/workflows/sanity_tests.yml#L10
Trailing spaces
|
Run ansible-lint:
.github/workflows/sanity_tests.yml#L40
No new line character at the end of file
|
Run ansible-lint:
galaxy.yml#L7
Trailing spaces
|
Run ansible-lint:
playbooks/Bulk_change_DNS_from_file.yaml#L1
All plays should be named.
|
Run ansible-lint:
playbooks/Create_a_Network.yaml#L1
All plays should be named.
|
Run ansible-lint:
playbooks/Get_AP_Serials.yaml#L1
All plays should be named.
|
Run ansible-lint:
playbooks/Get_AP_Serials.yaml#L12
Use FQCN for builtin module actions (set_fact).
|
Run ansible-lint:
playbooks/Get_All_Devices.yaml#L1
All plays should be named.
|
Run ansible-lint:
playbooks/old_collection_test.yml#L17
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(',') }}
|
Run ansible-lint:
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 }}"
|
Run ansible-lint:
tests/integration/targets/meraki_network/tasks/main.yml#L468
Jinja2 spacing could be improved: {{ net_id}} -> {{ net_id }}
|
Loading