add offline_install parameters, move file checks up when offline #867
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
10 warnings
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#L30
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#L18
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#L19
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)
|