Fix backup task #609
Annotations
1 error and 11 warnings
roles/common/tasks/backup.yaml#L59
Line too long (184 > 160 characters)
|
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/
|
roles/maas_pacemaker/tasks/main.yaml#L105
Jinja2 spacing could be improved: {{ maas_pgsql_check_port|default(23267) }} -> {{ maas_pgsql_check_port | default(23267) }}
|
roles/maas_pacemaker/tasks/o11y.yaml#L8
File permissions unset or incorrect.
|
roles/maas_pacemaker/tasks/teardown.yaml#L19
Jinja2 spacing could be improved: {{ maas_pacemaker_tmp_cib|d(false) }} -> {{ maas_pacemaker_tmp_cib | d(false) }}
|
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 }}
|
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
|
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
|
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 }}
|
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 }}
|
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') }}
|
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') }}
|
The logs for this run have expired and are no longer available.
Loading