Skip to content

Provisioning VM role #32

Provisioning VM role

Provisioning VM role #32

Triggered via pull request March 3, 2024 11:56
Status Failure
Total duration 47s
Artifacts

linters.yaml

on: pull_request
ansible-lint
38s
ansible-lint
tox-linters  /  Runs code linting tests
11s
tox-linters / Runs code linting tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
yaml[new-line-at-end-of-file]: roles/create_vm_template/defaults/main.yml#L1
No new line character at the end of file
no-jinja-when: roles/provision_vm/tasks/main.yml#L2
No Jinja2 in when.
yaml[line-length]: roles/provision_vm/tasks/main.yml#L3
Line too long (207 > 160 characters)
jinja[invalid]: roles/provision_vm/tasks/main.yml#L9
template error while templating string: expected token 'end of print statement', got 'not'. String: {{ omit if provision_vm_cluster not defined else provision_vm_cluster }}. expected token 'end of print statement', got 'not'
ansible-lint
Process completed with exit code 2.
tox-linters / Runs code linting tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jinja[spacing]: roles/provision_vm/tasks/main.yml#L9
Jinja2 spacing could be improved: {{ omit if provision_vm_validate_certs is not defined else provision_vm_validate_certs}} -> {{ omit if provision_vm_validate_certs is not defined else provision_vm_validate_certs }}
ansible-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.