Skip to content

feat: upgrade CAPI version to 1.5.1 #183

feat: upgrade CAPI version to 1.5.1

feat: upgrade CAPI version to 1.5.1 #183

Triggered via pull request October 13, 2023 17:41
Status Success
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

linters.yml

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

Annotations

1 warning
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 -%}