Skip to content

Merge pull request #18 from gtirloni/fix/docker-24.0.9 #61

Merge pull request #18 from gtirloni/fix/docker-24.0.9

Merge pull request #18 from gtirloni/fix/docker-24.0.9 #61

Triggered via push March 13, 2024 15:01
Status Success
Total duration 58s
Artifacts

linters.yml

on: push
ansible-lint
44s
ansible-lint
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
ansible-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 -%}