Support tarball upgrade #146
centos7.yml
on: pull_request
Lint
49s
Initial build test
0s
Annotations
8 errors and 5 warnings
var-naming[no-role-prefix]:
roles/rke2_agent/tasks/main.yml#L5
Variables names from within roles should use rke2_common_ as a prefix. (vars: caller_role_name)
|
no-changed-when:
roles/rke2_common/tasks/main.yml#L30
Commands should not change things if nothing needs doing.
|
risky-shell-pipe:
roles/rke2_common/tasks/main.yml#L30
Shells that use pipes should set the pipefail option.
|
ignore-errors:
roles/rke2_common/tasks/main.yml#L37
Use failed_when and specify error conditions instead of using ignore_errors.
|
warning[outdated-tag]:
roles/rke2_common/tasks/tarball_install.yml#L27
Replaced outdated tag 'var-spacing' with 'jinja\[spacing]', replace it to avoid future errors
|
ignore-errors:
roles/rke2_common/tasks/tarball_install.yml#L101
Use failed_when and specify error conditions instead of using ignore_errors.
|
var-naming[no-role-prefix]:
roles/rke2_server/tasks/main.yml#L5
Variables names from within roles should use rke2_common_ as a prefix. (vars: caller_role_name)
|
Lint
Process completed with exit code 2.
|
ignore-errors:
roles/testing/tasks/troubleshooting.yml#L12
Use failed_when and specify error conditions instead of using ignore_errors.
|
ignore-errors:
roles/testing/tasks/troubleshooting.yml#L28
Use failed_when and specify error conditions instead of using ignore_errors.
|
ignore-errors:
roles/testing/tasks/troubleshooting.yml#L44
Use failed_when and specify error conditions instead of using ignore_errors.
|
Lint:
roles/rke2_common/tasks/images_tarball_install.yml#L2
2:121 [line-length] line too long (143 > 120 characters)
|
Lint:
roles/rke2_common/tasks/images_tarball_install.yml#L10
10:121 [line-length] line too long (145 > 120 characters)
|