Skip to content

Add Vault dev mode deployment playbook for ESO testing #1316

Add Vault dev mode deployment playbook for ESO testing

Add Vault dev mode deployment playbook for ESO testing #1316

Triggered via pull request June 25, 2026 11:28
Status Failure
Total duration 2m 54s
Artifacts

ansible-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Ansible Lint
Process completed with exit code 2.
yaml[line-length]: playbooks/core/deploy-vault.yml#L606
Line too long (187 > 160 characters)
yaml[line-length]: playbooks/core/deploy-vault.yml#L191
Line too long (174 > 160 characters)
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