Skip to content

Read all ansible facts from ansible_facts[] instead of fact vars #118

Read all ansible facts from ansible_facts[] instead of fact vars

Read all ansible facts from ansible_facts[] instead of fact vars #118

Re-run triggered July 11, 2023 18:54
Status Failure
Total duration 1m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
yaml[new-line-at-end-of-file]: .ansible-lint#L7
No new line character at the end of file
fqcn[action-core]: roles/kubernetes/tasks/join-cluster.yml#L20
Use FQCN for builtin module actions (debug).
name[missing]: roles/kubernetes/tasks/join-cluster.yml#L20
All tasks should be named.
no-free-form: roles/kubernetes/tasks/join-cluster.yml#L20
Avoid using free-form when calling module actions. (debug)
fqcn[action-core]: roles/kubernetes/tasks/join-cluster.yml#L21
Use FQCN for builtin module actions (debug).
name[missing]: roles/kubernetes/tasks/join-cluster.yml#L21
All tasks should be named.
no-free-form: roles/kubernetes/tasks/join-cluster.yml#L21
Avoid using free-form when calling module actions. (debug)
fqcn[action-core]: roles/kubernetes/tasks/join-cluster.yml#L22
Use FQCN for builtin module actions (debug).
name[missing]: roles/kubernetes/tasks/join-cluster.yml#L22
All tasks should be named.
no-free-form: roles/kubernetes/tasks/join-cluster.yml#L22
Avoid using free-form when calling module actions. (debug)
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 -%}