Fix backup task #143
Open
Fix backup task #143
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Run ansible-lint:
roles/maas_pacemaker/tasks/main.yaml#L105
Jinja2 spacing could be improved: {{ maas_pgsql_check_port|default(23267) }} -> {{ maas_pgsql_check_port | default(23267) }}
|
Run ansible-lint:
roles/maas_pacemaker/tasks/o11y.yaml#L8
File permissions unset or incorrect.
|
Run ansible-lint:
roles/maas_pacemaker/tasks/teardown.yaml#L19
Jinja2 spacing could be improved: {{ maas_pacemaker_tmp_cib|d(false) }} -> {{ maas_pacemaker_tmp_cib | d(false) }}
|
Run ansible-lint:
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 }}
|
Run ansible-lint:
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
|
Run ansible-lint:
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
|
Run ansible-lint:
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 }}
|
Run ansible-lint:
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 }}
|
Run ansible-lint:
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') }}
|
Run ansible-lint:
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') }}
|
Loading