Skip to content

Release 1.0.3

Release 1.0.3 #6

Triggered via pull request January 15, 2024 19:10
@MozeBaltykMozeBaltyk
synchronize #5
develop
Status Failure
Total duration 1m 3s
Artifacts

build.yml

on: pull_request
Ansible Lint
54s
Ansible Lint
Update Versions
0s
Update Versions
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
yaml[document-start]: .yamllint#L2
Missing document start "---"
yaml[indentation]: galaxy.yml#L17
Wrong indentation: expected 2 but found 0
yaml[trailing-spaces]: galaxy.yml#L19
Trailing spaces
yaml[trailing-spaces]: galaxy.yml#L26
Trailing spaces
yaml[trailing-spaces]: galaxy.yml#L42
Trailing spaces
yaml[trailing-spaces]: galaxy.yml#L43
Trailing spaces
jinja[spacing]: roles/install_utils_registry/tasks/load.yml#L18
Jinja2 spacing could be improved: skopeo copy docker-archive:{{ item.path }} docker://localhost:5000/longhornio/{{ item.path | basename | regex_replace('.tar', '') | regex_replace('_',':') }} --dest-tls-verify=false -> skopeo copy docker-archive:{{ item.path }} docker://localhost:5000/longhornio/{{ item.path | basename | regex_replace('.tar', '') | regex_replace('_', ':') }} --dest-tls-verify=false
jinja[spacing]: roles/install_utils_registry/tasks/load.yml#L29
Jinja2 spacing could be improved: skopeo copy docker-archive:{{ item.path }} docker://localhost:5000/cert/{{ item.path | basename | regex_replace('.tar', '') | regex_replace('_',':') }} --dest-tls-verify=false -> skopeo copy docker-archive:{{ item.path }} docker://localhost:5000/cert/{{ item.path | basename | regex_replace('.tar', '') | regex_replace('_', ':') }} --dest-tls-verify=false
jinja[spacing]: roles/install_utils_registry/tasks/load.yml#L40
Jinja2 spacing could be improved: skopeo copy docker-archive:{{ item.path }} docker://localhost:5000/neuvector/{{ item.path | basename | regex_replace('.tar', '') | regex_replace('_',':') }} --dest-tls-verify=false -> skopeo copy docker-archive:{{ item.path }} docker://localhost:5000/neuvector/{{ item.path | basename | regex_replace('.tar', '') | regex_replace('_', ':') }} --dest-tls-verify=false
jinja[spacing]: roles/install_utils_registry/tasks/load.yml#L51
Jinja2 spacing could be improved: skopeo copy docker-archive:{{ item.path }} docker://localhost:5000/rancher/{{ item.path | basename | regex_replace('.tar', '') | regex_replace('_',':') }} --dest-tls-verify=false -> skopeo copy docker-archive:{{ item.path }} docker://localhost:5000/rancher/{{ item.path | basename | regex_replace('.tar', '') | regex_replace('_', ':') }} --dest-tls-verify=false
jinja[spacing]: roles/set_firewalld/tasks/delete_service.yml#L4
Jinja2 spacing could be improved: {{ service['zone'] | default( firewalld_default_zone ) }} -> {{ service['zone'] | default(firewalld_default_zone) }}
jinja[spacing]: roles/set_firewalld/tasks/main.yml#L4
Jinja2 spacing could be improved: {{ firewalld_zones | default([]) }} -> {{ firewalld_zones | default([]) }}
jinja[spacing]: roles/set_firewalld/tasks/manage_inbound_rule.yml#L15
Jinja2 spacing could be improved: {{ rule['zone'] | default( firewalld_default_zone ) }} -> {{ rule['zone'] | default(firewalld_default_zone) }}