CI #1514
Annotations
4 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run linter:
playbooks/validate.yml#L2
Avoid `collections` keyword by using FQCN for all plugins, modules, roles and playbooks.
|
Run linter:
roles/wildfly_migration/tasks/install/rhn.yml#L10
You can improve the task key order to: name, become, become_user, block
|
Run linter:
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 }}
|
Loading