certbot(role): don't use certbot__version_spec anymore as its not used
All checks were successful
/ Ansible Lint (push) Successful in 8m7s

This commit is contained in:
June 2026-03-01 20:08:49 +01:00
commit 711f2f1c64
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
24 changed files with 1 additions and 42 deletions

View file

@ -59,7 +59,6 @@ nginx__configurations:
- name: http_handler
content: "{{ lookup('ansible.builtin.file', 'resources/z9/dooris/nginx/http_handler.conf') }}"
certbot__version_spec: ""
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
certbot__certificate_domains:
- "light-werkstatt.ccchh.net"
@ -67,5 +66,3 @@ certbot__certificate_domains:
- "light.z9.ccchh.net"
certbot__new_cert_commands:
- "systemctl reload nginx.service"