Skip to content

Fixed wrong format after bump the Ansible version #1322

Fixed wrong format after bump the Ansible version

Fixed wrong format after bump the Ansible version #1322

Triggered via pull request June 25, 2026 14:23
Status Success
Total duration 2m 58s
Artifacts

ansible-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Ansible Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
jinja[spacing]: playbooks/cnf/deploy-run-cnf-tests-script.yaml#L194
Jinja2 spacing could be improved: (ocp_minor_version|int >= 15 and ocp_major_version | int == 4) or ocp_major_version | int > 4 -> (ocp_minor_version | int >= 15 and ocp_major_version | int == 4) or ocp_major_version | int > 4