Release 1.0.3 #6
Annotations
10 errors and 7 warnings
.github/workflows/release.yml#L8
Trailing spaces
|
.github/workflows/release.yml#L9
Trailing spaces
|
.github/workflows/release.yml#L34
Trailing spaces
|
.github/workflows/release.yml#L80
Trailing spaces
|
.yamllint#L2
Missing document start "---"
|
galaxy.yml#L17
Wrong indentation: expected 2 but found 0
|
galaxy.yml#L19
Trailing spaces
|
galaxy.yml#L26
Trailing spaces
|
galaxy.yml#L42
Trailing spaces
|
galaxy.yml#L43
Trailing spaces
|
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
|
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
|
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
|
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
|
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) }}
|
roles/set_firewalld/tasks/main.yml#L4
Jinja2 spacing could be improved: {{ firewalld_zones | default([]) }} -> {{ firewalld_zones | default([]) }}
|
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) }}
|
The logs for this run have expired and are no longer available.
Loading