Bring back xml config files for arr services #52
test.yml
on: push
yamllint
24s
ansible-lint
30s
Annotations
2 errors and 6 warnings
name[template]:
roles/mediaserver/tasks/arr.yml#L2
Jinja templates should only be at the end of 'name'
|
ansible-lint
Process completed with exit code 2.
|
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(
|