Skip to content

Download binaries required for offline installations #72

Download binaries required for offline installations

Download binaries required for offline installations #72

Triggered via pull request July 11, 2024 15:56
Status Failure
Total duration 41s
Artifacts

linters.yml

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

Annotations

2 errors and 2 warnings
name[play]: playbooks/download_binaries.yml#L1
All plays should be named.
fqcn[action-core]: playbooks/download_binaries.yml#L33
Use FQCN for builtin module actions (include_role).
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 -%}