Skip ssh-key-import if ID not set (#140) #596
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
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') }}
|