Move MediaCover directories and DB files #55
test.yml
on: push
yamllint
28s
ansible-lint
28s
Annotations
6 warnings
yamllint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
jinja[spacing]:
roles/mediaserver/tasks/main.yml#L4
Jinja2 spacing could be improved: {{ containers | default({}) | combine({ item.key: item.value | combine({ '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#L17
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(
|