Merge branch 'prahal-wip-bridge-iface-systemd' #94
continuous-integration.yml
on: push
reuse-spdx
15s
ansible-lint
12m 40s
ansible-playbook
2m 29s
ansible-galaxy
4m 41s
yamllint
23s
pycodestyle
35s
shellcheck
42s
docker-image
4m 32s
debops-unit-test
1m 9s
debops-wheel
3m 41s
debops-sdist
4m 55s
codespell
12s
documentation
12m 31s
Annotations
11 errors and 2 warnings
|
codespell
Process completed with exit code 2.
|
|
shellcheck
Process completed with exit code 2.
|
|
debops-unit-test
Process completed with exit code 1.
|
|
debops-wheel
Process completed with exit code 2.
|
|
debops-sdist
Process completed with exit code 2.
|
|
ansible-lint
Process completed with exit code 2.
|
|
var-naming[no-role-prefix]:
ansible/roles/secret/tasks/main.yml#L8
Variables names from within roles should use secret_ as a prefix. (set_fact: secret)
|
|
fqcn[action-core]:
ansible/roles/netbox/tasks/main.yml#L260
Use FQCN for builtin module actions (shell).
|
|
fqcn[action-core]:
ansible/roles/netbox/tasks/main.yml#L245
Use FQCN for builtin module actions (file).
|
|
fqcn[action-core]:
ansible/roles/netbox/tasks/main.yml#L228
Use FQCN for builtin module actions (shell).
|
|
documentation
Process completed with exit code 2.
|
|
jinja[spacing]:
ansible/roles/gitlab_runner/tasks/main.yml#L200
Jinja2 spacing could be improved: {{ ([(ansible_local.libvirtd.unix_sock_group if (ansible_local.libvirtd.unix_sock_group | d()) else "libvirt")] + (["kvm"] if (ansible_local | d() and ansible_local.libvirtd | d() and (ansible_local.libvirtd.hw_virt | d()) | bool) else [])) | join(",") }} -> {{ ([ansible_local.libvirtd.unix_sock_group if (ansible_local.libvirtd.unix_sock_group | d()) else "libvirt"] + (["kvm"] if (ansible_local | d() and ansible_local.libvirtd | d() and (ansible_local.libvirtd.hw_virt | d()) | bool) else [])) | join(",") }}
|
|
jinja[spacing]:
ansible/roles/core/defaults/main.yml#L133
Jinja2 spacing could be improved: {{ ((ansible_local.core.admin_users if (ansible_local.core.admin_users | d()) else []) + [(ansible_user if (ansible_user is defined and ansible_user not in (core__admin_blacklist_default_users + core__admin_blacklist_users)) else lookup("env", "USER"))]) | unique }} -> {{ ((ansible_local.core.admin_users if (ansible_local.core.admin_users | d()) else []) + [ansible_user if (ansible_user is defined and ansible_user not in (core__admin_blacklist_default_users + core__admin_blacklist_users)) else lookup("env", "USER")]) | unique }}
|