ci(tools): update build tools to v7 #176
Annotations
4 errors and 1 warning
|
linting
Process completed with exit code 1.
|
|
risky-shell-pipe:
tasks/main.yml#L71
Shells that use pipes should set the pipefail option.
|
|
no-changed-when:
tasks/main.yml#L71
Commands should not change things if nothing needs doing.
|
|
testing (default)
Process completed with exit code 2.
|
|
jinja[spacing]:
tasks/main.yml#L119
Jinja2 spacing could be improved: {{ rke_config_content | combine({ 'clusters': [ { 'name': rke_cluster_name, 'cluster': { 'certificate-authority-data': rke_config_content['clusters'][0]['cluster']['certificate-authority-data'], 'server': rke_external_domain } } ] }, recursive=true) }} -> {{ rke_config_content | combine({'clusters': [{'name': rke_cluster_name, 'cluster': {'certificate-authority-data': rke_config_content['clusters'][0]['cluster']['certificate-authority-data'], 'server': rke_external_domain}}]}, recursive=true) }}
|