Skip to content

Adding nsupdate DNS challenge #1695

Adding nsupdate DNS challenge

Adding nsupdate DNS challenge #1695

Re-run triggered February 11, 2025 14:52
Status Failure
Total duration 1m 6s
Artifacts

main.yml

on: pull_request
Ansible Lint
44s
Ansible Lint
Matrix: ansible-sanity-tests
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 2 warnings
integration-tests (stable-2.16, 3.12)
Process completed with exit code 1.
integration-tests (stable-2.16, 3.11)
Process completed with exit code 1.
integration-tests (stable-2.17, 3.10)
Process completed with exit code 1.
integration-tests (stable-2.16, 3.10)
Process completed with exit code 1.
integration-tests (stable-2.17, 3.11)
Process completed with exit code 1.
integration-tests (stable-2.17, 3.12)
Process completed with exit code 1.
integration-tests (devel, 3.11)
Process completed with exit code 1.
integration-tests (devel, 3.12)
Process completed with exit code 1.
Sanity (Ⓐstable-2.17+py3.11)
Process completed with exit code 1.
yaml[braces]: roles/acme/defaults/main.yml#L35
Too few spaces inside empty braces
yaml[empty-lines]: roles/acme/defaults/main.yml#L44
Too many blank lines (1 > 0)
no-handler: roles/acme/tasks/challenge/dns-01/nsupdate.yml#L3
Tasks that run when changed should likely be handlers.
Sanity (Ⓐstable-2.16+py3.11)
The job was canceled because "stable-2_17_3_11" failed.
Sanity (Ⓐstable-2.16+py3.11)
The operation was canceled.
Sanity (Ⓐdevel+py3.11)
The job was canceled because "stable-2_17_3_11" failed.
Sanity (Ⓐdevel+py3.11)
The operation was canceled.
Sanity (Ⓐstable-2.15+py3.11)
The job was canceled because "stable-2_17_3_11" failed.
Sanity (Ⓐstable-2.15+py3.11)
The operation was canceled.
jinja[spacing]: .ansible/collections/ansible_collections/telekom_mms/acme/roles/acme/tasks/challenge/dns-01/nsupdate.yml#L8
Jinja2 spacing could be improved: {{ ([acme_domain.zone] + acme_domain.subject_alt_name|default([])) | ansible.builtin.unique }} -> {{ ([acme_domain.zone] + acme_domain.subject_alt_name | default([])) | ansible.builtin.unique }}
jinja[spacing]: roles/acme/tasks/challenge/dns-01/nsupdate.yml#L8
Jinja2 spacing could be improved: {{ ([acme_domain.zone] + acme_domain.subject_alt_name|default([])) | ansible.builtin.unique }} -> {{ ([acme_domain.zone] + acme_domain.subject_alt_name | default([])) | ansible.builtin.unique }}