Skip to content

Rework migration role to support (downstream) use of EAP8 #1477

Rework migration role to support (downstream) use of EAP8

Rework migration role to support (downstream) use of EAP8 #1477

Triggered via pull request November 28, 2024 20:35
Status Success
Total duration 6m 14s
Artifacts

ci.yml

on: pull_request
Matrix: ci / linter
Matrix: ci / molecule
Matrix: ci / sanity
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
fqcn[keyword]: playbooks/validate.yml#L2
Avoid `collections` keyword by using FQCN for all plugins, modules, roles and playbooks.
key-order[task]: roles/wildfly_migration/tasks/install/rhn.yml#L10
You can improve the task key order to: name, become, become_user, block
jinja[spacing]: roles/wildfly_utils/tasks/apply_cp.yml#L60
Jinja2 spacing could be improved: {{ rhn_products.results | map(attribute='file_path') | select('match', '^[^/]*/jboss-eap-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | map('regex_replace','[^/]*/jboss-eap-([0-9]*[.][0-9]*[.][0-9]*)-.*','\1' ) | list | unique }} -> {{ rhn_products.results | map(attribute='file_path') | select('match', '^[^/]*/jboss-eap-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | map('regex_replace', '[^/]*/jboss-eap-([0-9]*[.][0-9]*[.][0-9]*)-.*', '\1') | list | unique }}