Skip to content

Change requires_ansible key to a supported version #862

Change requires_ansible key to a supported version

Change requires_ansible key to a supported version #862

Re-run triggered October 10, 2023 12:34
Status Failure
Total duration 1m 59s
Artifacts
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
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 10 warnings
ci / molecule (3.11, 2.15, preinstalledjdk)
Process completed with exit code 1.
ci / molecule (3.11, 2.15, override_server_xml)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.15, override_server_xml)
Process completed with exit code 1.
ci / molecule (3.11, 2.15, ajp_or_https)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.15, ajp_or_https)
The operation was canceled.
ci / molecule (3.11, 2.15, default)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.15, default)
The operation was canceled.
ci / molecule (3.11, 2.14, override_server_xml)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.14, override_server_xml)
The operation was canceled.
ci / molecule (3.11, 2.14, preinstalledjdk)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.14, uninstall)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.14, preinstalledjdk)
The operation was canceled.
ci / molecule (3.11, 2.14, uninstall)
The operation was canceled.
ci / molecule (3.11, 2.15, uninstall)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.15, uninstall)
The operation was canceled.
ci / molecule (3.11, 2.14, force_install)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.14, force_install)
The operation was canceled.
ci / molecule (3.11, 2.14, default)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.14, default)
The operation was canceled.
ci / molecule (3.11, 2.14, ajp_or_https)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.14, ajp_or_https)
The operation was canceled.
ci / molecule (3.11, 2.15, force_install)
The job was canceled because "_3_11_2_15_preinstalledjd" failed.
ci / molecule (3.11, 2.15, force_install)
The operation was canceled.
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 }}
command-instead-of-module: roles/jws/tasks/fastpackage.yml#L10
rpm used in place of yum or rpm_key module
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)
var-naming[no-role-prefix]: roles/jws_validation/defaults/main.yml#L3
Variables names from within roles should use jws_validation_ as a prefix. (vars: jws_uid)