Skip to content

try this

try this #134

Triggered via push August 20, 2024 20:20
Status Failure
Total duration 1m 55s
Artifacts

pre-commit.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
yaml[indentation]: openshift/cnv/create_snapshot.yml#L5
Wrong indentation: expected at least 3
yaml[truthy]: openshift/cnv/create_snapshot.yml#L45
Truthy value should be one of \[false, true]
yaml[truthy]: openshift/cnv/create_snapshot.yml#L46
Truthy value should be one of \[false, true]
fqcn[action-core]: openshift/cnv/create_snapshot.yml#L54
Use FQCN for builtin module actions (debug).
name[missing]: openshift/cnv/create_snapshot.yml#L54
All tasks should be named.
yaml[indentation]: openshift/cnv/restore_snapshot.yml#L7
Wrong indentation: expected 4 but found 2
yaml[truthy]: openshift/cnv/restore_snapshot.yml#L17
Truthy value should be one of \[false, true]
yaml[truthy]: openshift/cnv/restore_snapshot.yml#L18
Truthy value should be one of \[false, true]
yaml[truthy]: openshift/cnv/restore_snapshot.yml#L35
Truthy value should be one of \[false, true]
yaml[truthy]: openshift/cnv/restore_snapshot.yml#L43
Truthy value should be one of \[false, true]
jinja[spacing]: multi_select_setup.yml#L12
Jinja2 spacing could be improved: {{ (controller_launch_jobs | d([])) + \[launch_jobs | combine( {'extra_vars': { 'demo': item }})] }} -> {{ (controller_launch_jobs | d([])) + \[launch_jobs | combine({'extra_vars': {'demo': item}})] }}
jinja[spacing]: openshift/cnv/delete.yml#L28
Jinja2 spacing could be improved: {{ os_version |default('rhel9') }} -> {{ os_version | default('rhel9') }}
jinja[spacing]: openshift/cnv/wait.yml#L8
Jinja2 spacing could be improved: {{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }} -> {{ (ansible_ssh_host | default(ansible_host)) | default(inventory_hostname) }}
pre-commit
The `python-version` input is not set. The version of Python currently in `PATH` will be used.