Skip to content

Merge pull request #20 from vexxhost/http-proxy #64

Merge pull request #20 from vexxhost/http-proxy

Merge pull request #20 from vexxhost/http-proxy #64

Triggered via push June 17, 2024 16:29
Status Success
Total duration 38s
Artifacts

linters.yml

on: push
ansible-lint
29s
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 -%}