Skip to content

Remove rocky-8 testing #75

Remove rocky-8 testing

Remove rocky-8 testing #75

Triggered via pull request July 11, 2024 18:48
Status Success
Total duration 43s
Artifacts

linters.yml

on: pull_request
ansible-lint
33s
ansible-lint
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
ansible-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
jinja[spacing]: roles/download_artifact/vars/main.yml#L20
Jinja2 spacing could be improved: {%- if ansible_facts['architecture'] in _download_artifact_goarch_groups -%} {{ _download_artifact_goarch_groups[ansible_facts['architecture']] }} {%- else -%} {{ ansible_facts['architecture'] }} {%- endif -%} -> {%- if ansible_facts['architecture'] in _download_artifact_goarch_groups -%} {{ _download_artifact_goarch_groups[ansible_facts['architecture']] }}{%- else -%} {{ ansible_facts['architecture'] }}{%- endif -%}