Skip to content

Fix backup task

Fix backup task #603

Triggered via pull request August 20, 2023 22:45
Status Failure
Total duration 31s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
no-changed-when: roles/common/tasks/restore.yaml#L10
Commands should not change things if nothing needs doing.
yaml[line-length]: roles/common/tasks/restore.yaml#L11
Line too long (161 > 160 characters)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
jinja[spacing]: roles/maas_pacemaker/tasks/main.yaml#L105
Jinja2 spacing could be improved: {{ maas_pgsql_check_port|default(23267) }} -> {{ maas_pgsql_check_port | default(23267) }}
risky-file-permissions: roles/maas_pacemaker/tasks/o11y.yaml#L8
File permissions unset or incorrect.
jinja[spacing]: roles/maas_pacemaker/tasks/teardown.yaml#L19
Jinja2 spacing could be improved: {{ maas_pacemaker_tmp_cib|d(false) }} -> {{ maas_pacemaker_tmp_cib | d(false) }}
args[module]: roles/maas_postgres/tasks/install_postgres.yaml#L2
value of state must be one of: absent, build-dep, fixed, latest, present, got: {{ 'present' if maas_postgres_action | lower == 'install' else maas_postgres_action }}
jinja[spacing]: roles/maas_postgres/tasks/install_postgres.yaml#L72
Jinja2 spacing could be improved: pgsql_check_v4 {{ maas_pgsql_check_port|default(23267) }}/tcp # postgres healthcheck -> pgsql_check_v4 {{ maas_pgsql_check_port | default(23267) }}/tcp # postgres healthcheck
jinja[spacing]: roles/maas_postgres/tasks/install_postgres.yaml#L78
Jinja2 spacing could be improved: pgsql_check_v6 {{ maas_pgsql_check_port|default(23267) }}/tcp # postgres healthcheck -> pgsql_check_v6 {{ maas_pgsql_check_port | default(23267) }}/tcp # postgres healthcheck
args[module]: roles/maas_postgres_proxy/tasks/main.yaml#L2
value of state must be one of: absent, build-dep, fixed, latest, present, got: {{ 'present' if maas_proxy_state | lower == 'install' else maas_proxy_state }}
args[module]: roles/maas_proxy/tasks/main.yml#L2
value of state must be one of: absent, build-dep, fixed, latest, present, got: {{ 'present' if maas_proxy_state | lower == 'install' else maas_proxy_state }}
args[module]: roles/maas_rack_controller/tasks/install_maas.yaml#L25
value of state must be one of: absent, build-dep, fixed, latest, present, got: {{ maas_deb_state | default('present') }}
args[module]: roles/maas_region_controller/tasks/install_maas.yaml#L17
value of state must be one of: absent, build-dep, fixed, latest, present, got: {{ maas_deb_state | default('present') }}