Skip to content
Triggered via schedule January 17, 2025 00:55
Status Failure
Total duration 28s
Artifacts

tests.yml

on: schedule
ansible-lint  /  Ansible Lint
18s
ansible-lint / Ansible Lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
internal-error: collections/ansible_collections/gametools/docker_stack/roles/background_tasks#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playik1gi1cw.yml
internal-error: collections/ansible_collections/gametools/docker_stack/roles/bots#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playlb_v1wd2.yml
internal-error: collections/ansible_collections/gametools/docker_stack/roles/global#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playv0p0zj_o.yml
internal-error: collections/ansible_collections/gametools/docker_stack/roles/loadbalancer#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playw8hlt62r.yml
internal-error: collections/ansible_collections/gametools/docker_stack/roles/redis#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playye6rcf0c.yml
internal-error: collections/ansible_collections/gametools/docker_stack/roles/restic#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/play29y0j5j1.yml
internal-error: collections/ansible_collections/gametools/docker_stack/roles/server_manager#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playu6cc1eso.yml
internal-error: collections/ansible_collections/gametools/setup/roles/backup#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/play_9r0v8qw.yml
ansible-lint / Ansible Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
jinja[spacing]: collections/ansible_collections/gametools/setup/roles/backup/tasks/docker_backup.yml#L8
Jinja2 spacing could be improved: . /etc/environment; restic backup /var/lib/docker/volumes/{{ item.volume }}/_data/ --tag {{ item.tags | join(' --tag ')}} -> . /etc/environment; restic backup /var/lib/docker/volumes/{{ item.volume }}/_data/ --tag {{ item.tags | join(' --tag ') }}
jinja[spacing]: collections/ansible_collections/gametools/setup/roles/backup/tasks/docker_backup.yml#L8
Jinja2 spacing could be improved: {{ 59 |random(seed=item.id) }} -> {{ 59 | random(seed=item.id) }}
jinja[spacing]: collections/ansible_collections/gametools/setup/roles/backup/tasks/file_backup.yml#L14
Jinja2 spacing could be improved: {{ 59 |random(seed=item.id) }} -> {{ 59 | random(seed=item.id) }}
jinja[spacing]: collections/ansible_collections/gametools/setup/roles/backup/tasks/restic.yml#L32
Jinja2 spacing could be improved: {{ item.key }}={{ item.value}} -> {{ item.key }}={{ item.value }}