Skip to content

Update homer config template #81

Update homer config template

Update homer config template #81

Triggered via push October 5, 2024 22:43
Status Success
Total duration 43s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
yamllint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
yamllint: bootstrap/user-data.yaml#L1
1:2 [comments] missing starting space in comment
yamllint: bootstrap/user-data.yaml#L3
3:1 [document-start] missing document start "---"
ansible-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
jinja[spacing]: roles/mediaserver/tasks/main.yml#L4
Jinja2 spacing could be improved: {{ containers | default({}) | combine({ item.key: item.value | combine({ 'image': default.oci_registry + '/' + item.key, 'version': item.value.version | default(default.version), 'container_volumes': item.value.volumes | default([]), 'container_env': item.value.env | default({}), }) }) }} -> {{ containers | default({}) | combine(
jinja[spacing]: roles/mediaserver/tasks/main.yml#L18
Jinja2 spacing could be improved: {{ containers | combine({ item.key: item.value | combine({ 'container_image': item.value.image + ':' + item.value.version, 'container_port': '127.0.0.1:' + item.value.port | string + ':' + item.value.port | string, }) }) }} -> {{ containers | combine(