[nginx] Remove systemd override for nginx.service #1968
Triggered via pull request
October 2, 2023 09:11
Status
Failure
Total duration
1h 42m 10s
Artifacts
–
continuous-integration.yml
on: pull_request
reuse-spdx
11s
ansible-lint
14m 55s
ansible-playbook
2m 46s
ansible-galaxy
3m 46s
yamllint
33s
pycodestyle
40s
shellcheck
53s
docker-image
38s
debops-unit-test
43s
debops-wheel
1h 41m
debops-sdist
1h 19m
codespell
16s
documentation
1h 27m
Annotations
11 errors
docker-image
Process completed with exit code 2.
|
var-naming[no-role-prefix]:
ansible/playbooks/service/lxd.yml#L30
Variables names from within roles should use keyring_ as a prefix. (vars: golang__dependent_packages)
|
var-naming[no-role-prefix]:
ansible/playbooks/service/mcli.yml#L31
Variables names from within roles should use keyring_ as a prefix. (vars: golang__dependent_packages)
|
var-naming[no-role-prefix]:
ansible/playbooks/service/miniflux.yml#L27
Variables names from within roles should use keyring_ as a prefix. (vars: golang__dependent_packages)
|
var-naming[no-role-prefix]:
ansible/playbooks/service/minio.yml#L39
Variables names from within roles should use keyring_ as a prefix. (vars: golang__dependent_packages)
|
var-naming[no-role-prefix]:
ansible/roles/foodsoft/vars/sample_app_config.yml#L8
Variables names from within roles should use foodsoft_ as a prefix. (vars: default)
|
var-naming[no-role-prefix]:
ansible/roles/foodsoft/vars/sample_app_config.yml#L158
Variables names from within roles should use foodsoft_ as a prefix. (vars: development)
|
var-naming[no-role-prefix]:
ansible/roles/foodsoft/vars/sample_app_config.yml#L161
Variables names from within roles should use foodsoft_ as a prefix. (vars: test)
|
var-naming[no-role-prefix]:
ansible/roles/foodsoft/vars/sample_app_config.yml#L164
Variables names from within roles should use foodsoft_ as a prefix. (vars: production)
|
partial-become[task]:
ansible/roles/opensearch/tasks/main.yml#L35
``become_user`` should have a corresponding ``become`` at the play or task level.
|
var-naming[no-role-prefix]:
ansible/roles/rails_deploy/docs/examples/ansible/inventory/host_vars/ansible_controller.yml#L7
Variables names from within roles should use rails_deploy_ as a prefix. (vars: lxc_containers)
|