Add extra retry message #570
build.yml
on: push
Ansible Lint
50s
Build Plugins
14s
Annotations
3 warnings
Build Plugins
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
jinja[spacing]:
playbooks/roles/gbans/tasks/gbans.yml#L68
Jinja2 spacing could be improved: {{ demoparser.image|default('ghcr.io/leighmacdonald/tf2_demostats:latest') }} -> {{ demoparser.image | default('ghcr.io/leighmacdonald/tf2_demostats:latest') }}
|
jinja[spacing]:
playbooks/system.yml#L8
Jinja2 spacing could be improved: {{ inventory_hostname}} -> {{ inventory_hostname }}
|