Run ansible-lint #296
Annotations
3 errors and 3 warnings
var-naming[no-reserved]:
projects/kserve/toolbox/kserve_capture_state/tasks/main.yml#L10
Variables names must not be Ansible reserved names. (namespace) (set_fact: namespace)
|
var-naming[no-reserved]:
projects/pipelines/toolbox/pipelines_capture_state/tasks/main.yml#L17
Variables names must not be Ansible reserved names. (namespace) (set_fact: namespace)
|
build
Process completed with exit code 1.
|
jinja[spacing]:
projects/fine_tuning/toolbox/fine_tuning_run_fine_tuning_job/tasks/main.yml#L29
Jinja2 spacing could be improved: {% if fine_tuning_run_fine_tuning_job_workload == 'fms' -%} {{ fine_tuning_job_fms_config_template }}{%- elif fine_tuning_run_fine_tuning_job_workload == 'ilab' -%} {{ fine_tuning_job_ilab_config_template }} {%- endif %} -> {% if fine_tuning_run_fine_tuning_job_workload == 'fms' -%} {{ fine_tuning_job_fms_config_template }}{%- elif fine_tuning_run_fine_tuning_job_workload == 'ilab' -%} {{ fine_tuning_job_ilab_config_template }}{%- endif %}
|
build
Unexpected input(s) 'targets', 'override-deps', valid inputs are ['args', 'setup_python', 'working_directory', 'requirements_file', 'expected_return_code', 'gh_action_ref']
|
build
Unexpected input(s) 'targets', 'override-deps', valid inputs are ['args', 'setup_python', 'working_directory', 'requirements_file', 'expected_return_code', 'gh_action_ref']
|