Skip to content

Update Changelog

Update Changelog #2384

Triggered via push October 21, 2024 19:00
Status Failure
Total duration 8m 0s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 24 warnings
ansible-playbook
Process completed with exit code 2.
docker-image
Process completed with exit code 2.
documentation
Process completed with exit code 2.
galaxy[no-changelog]: ansible/collections/ansible_collections/debops/debops/galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
name[play]: ansible/debops-contrib-playbooks/service/all.yml#L6
All plays should be named.
name[play]: ansible/debops-contrib-playbooks/service/all.yml#L7
All plays should be named.
name[play]: ansible/debops-contrib-playbooks/service/all.yml#L8
All plays should be named.
name[play]: ansible/debops-contrib-playbooks/service/all.yml#L9
All plays should be named.
name[play]: ansible/debops-contrib-playbooks/service/all.yml#L10
All plays should be named.
name[play]: ansible/debops-contrib-playbooks/service/all.yml#L11
All plays should be named.
name[play]: ansible/debops-contrib-playbooks/service/all.yml#L12
All plays should be named.
name[play]: ansible/debops-contrib-playbooks/service/all.yml#L13
All plays should be named.
codespell
Process completed with exit code 2.
ansible-galaxy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ansible-galaxy
ansible-lint is no longer tested under Python 3.8 and will soon require 3.9. Do not report bugs for this version.
ansible-playbook
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
docker-image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pycodestyle
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
reuse-spdx
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
yamllint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
shellcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
debops-unit-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
debops-sdist
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
documentation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
debops-wheel
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ansible-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
jinja[spacing]: ansible/playbooks/ldap/get-uuid.yml#L65
Jinja2 spacing could be improved: not person_uid.user_input|d() -> not person_uid.user_input | d()
jinja[spacing]: ansible/playbooks/ldap/get-uuid.yml#L71
Jinja2 spacing could be improved: object_dn|d() -> object_dn | d()
jinja[spacing]: ansible/playbooks/ldap/init-directory.yml#L143
Jinja2 spacing could be improved: admin_use_password_store|d(True)|bool -> admin_use_password_store | d(True) | bool
jinja[spacing]: ansible/playbooks/ldap/save-credential.yml#L50
Jinja2 spacing could be improved: LDAP username (uid=%s,{{ ([ ldap__people_rdn ] + ldap__base_dn) | join(",") }}) -> LDAP username (uid=%s,{{ (\[ldap__people_rdn] + ldap__base_dn) | join(",") }})
jinja[spacing]: ansible/playbooks/ldap/save-credential.yml#L56
Jinja2 spacing could be improved: person_uid is undefined or not person_uid.user_input|d() -> person_uid is undefined or not person_uid.user_input | d()
jinja[spacing]: ansible/playbooks/ldap/save-credential.yml#L86
Jinja2 spacing could be improved: {{ person_plaintext_password.user_input if person_plaintext_password.user_input|d() else lookup("password", "/dev/null length=42") }} -> {{ person_plaintext_password.user_input if person_plaintext_password.user_input | d() else lookup("password", "/dev/null length=42") }}
jinja[spacing]: ansible/playbooks/ldap/save-credential.yml#L103
Jinja2 spacing could be improved: not person_plaintext_password.user_input|d() -> not person_plaintext_password.user_input | d()
jinja[spacing]: ansible/playbooks/service/opendkim.yml#L24
Jinja2 spacing could be improved: opendkim__postfix_integration|bool -> opendkim__postfix_integration | bool
jinja[spacing]: ansible/playbooks/service/postwhite.yml#L18
Jinja2 spacing could be improved: (ansible_local|d() and ansible_local.postfix|d() and (ansible_local.postfix.installed|d())|bool) -> (ansible_local | d() and ansible_local.postfix | d() and (ansible_local.postfix.installed | d()) | bool)
jinja[spacing]: ansible/playbooks/tools/reboot.yml#L27
Jinja2 spacing could be improved: reboot_confirmation|bool -> reboot_confirmation | bool
codespell
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/