Skip to content

latest CIs

latest CIs #26

Triggered via push June 17, 2024 16:19
Status Failure
Total duration 2m 26s
Artifacts

build.yml

on: push
bake-ansible-images-v1  /  prepare-matrix
3s
bake-ansible-images-v1 / prepare-matrix
bake-ansible-images-v1  /  ansible-lint
27s
bake-ansible-images-v1 / ansible-lint
Matrix: bake-ansible-images-v1 / build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
fqcn[action-core]: handlers/main.yml#L2
Use FQCN for builtin module actions (command).
name[casing]: handlers/main.yml#L2
All names should start with an uppercase letter.
no-changed-when: handlers/main.yml#L2
Commands should not change things if nothing needs doing.
fqcn[action-core]: handlers/main.yml#L11
Use FQCN for builtin module actions (command).
name[casing]: handlers/main.yml#L11
All names should start with an uppercase letter.
no-changed-when: handlers/main.yml#L11
Commands should not change things if nothing needs doing.
fqcn[action-core]: tasks/main.yml#L2
Use FQCN for builtin module actions (include_vars).
name[casing]: tasks/main.yml#L2
All names should start with an uppercase letter.
fqcn[action-core]: tasks/main.yml#L13
Use FQCN for builtin module actions (include_tasks).
name[missing]: tasks/main.yml#L13
All tasks should be named.
jinja[spacing]: tasks/proxify.yml#L19
Jinja2 spacing could be improved: {{ item.t | default(item .f) }}.j2 -> {{ item.t | default(item.f) }}.j2
jinja[spacing]: vars/Ubuntu.yml#L3
Jinja2 spacing could be improved: {% if ansible_distribution_major_version|int >= 16 %}apt{% else %}apt-get{% endif %} -> {% if ansible_distribution_major_version | int >= 16 %}apt{% else %}apt-get{% endif %}