Update fastpackage.yml #859
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Matrix: ci / linter
Matrix: ci / molecule
Matrix: ci / sanity
Annotations
19 errors and 10 warnings
ci / molecule (3.11, 2.15, ajp_or_https)
Process completed with exit code 1.
|
ci / molecule (3.11, 2.15, override_server_xml)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.15, preinstalledjdk)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.15, force_install)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.15, uninstall)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.14, ajp_or_https)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.14, ajp_or_https)
The operation was canceled.
|
ci / molecule (3.11, 2.15, default)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.15, default)
The operation was canceled.
|
ci / molecule (3.11, 2.14, preinstalledjdk)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.14, preinstalledjdk)
The operation was canceled.
|
ci / molecule (3.11, 2.14, override_server_xml)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.14, override_server_xml)
The operation was canceled.
|
ci / molecule (3.11, 2.14, default)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.14, default)
The operation was canceled.
|
ci / molecule (3.11, 2.14, force_install)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.14, force_install)
The operation was canceled.
|
ci / molecule (3.11, 2.14, uninstall)
The job was canceled because "_3_11_2_15_ajp_or_https" failed.
|
ci / molecule (3.11, 2.14, uninstall)
The operation was canceled.
|
meta-runtime[unsupported-version]:
meta/runtime.yml#L1
requires_ansible key must be set to a supported version.
|
var-naming[no-role-prefix]:
roles/jws/defaults/main.yml#L25
Variables names from within roles should use jws_ as a prefix. (vars: tomcat_version)
|
no-changed-when:
roles/jws/handlers/main.yml#L38
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/jws/handlers/main.yml#L44
Commands should not change things if nothing needs doing.
|
jinja[spacing]:
roles/jws/tasks/apply_cp/download_from_rhn.yml#L17
Jinja2 spacing could be improved: {{ rhn_products.results | map(attribute='file_path') | select('match', '^[^/]*/jws-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | map('regex_replace','[^/]*/jws-([0-9]*[.][0-9]*[.][0-9]*)-.*','\1' ) | list | unique }} -> {{ rhn_products.results | map(attribute='file_path') | select('match', '^[^/]*/jws-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | map('regex_replace', '[^/]*/jws-([0-9]*[.][0-9]*[.][0-9]*)-.*', '\1') | list | unique }}
|
yaml[comments]:
roles/jws/tasks/fastpackage.yml#L2
Too few spaces before comment
|
jinja[spacing]:
roles/jws/tasks/main.yml#L32
Jinja2 spacing could be improved: {{ [ jws_dependencies_list + jws_firewalld_package_name ] }} -> {{ \[jws_dependencies_list + jws_firewalld_package_name] }}
|
no-changed-when:
roles/jws/tasks/systemd/seport.yml#L28
Commands should not change things if nothing needs doing.
|
var-naming[no-role-prefix]:
roles/jws/vars/main.yml#L2
Variables names from within roles should use jws_ as a prefix. (vars: jws)
|
var-naming[no-role-prefix]:
roles/jws_validation/defaults/main.yml#L2
Variables names from within roles should use jws_validation_ as a prefix. (vars: jws_user)
|