Update README.md #144
centos7.yml
on: pull_request
Lint
56s
Initial build test
0s
Annotations
4 errors and 5 warnings
var-naming[no-role-prefix]:
roles/rke2_agent/tasks/main.yml#L5
Variables names from within roles should use role_name_ as a prefix. (vars: caller_role_name)
|
warning[outdated-tag]:
roles/rke2_common/defaults/main.yml#L16
Replaced outdated tag 'var-spacing' with 'jinja\[spacing]', replace it to avoid future errors
|
var-naming[no-role-prefix]:
roles/rke2_server/tasks/main.yml#L5
Variables names from within roles should use role_name_ 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)
|