Support Debian Bookworm

This commit is contained in:
2024-07-13 12:38:33 +01:00
parent 757cceb0f7
commit 1cad2f065d
5 changed files with 11 additions and 9 deletions

View File

@@ -8,14 +8,19 @@
ansible.builtin.package:
name: "{{ certbot_extension_packages }}"
state: present
when:
- certbot_extension_packages | length
- name: Certbot - Install certbot extensions (pypi)
ansible.builtin.pip:
name: "{{ certbot_extension_pypi_packages }}"
state: present
when:
- certbot_extension_pypi_packages | length
- name: Certbot - Enable certbot renewal timer
ansible.builtin.systemd:
name: "{{ certbot_timer_service }}"
state: started
enabled: true
when: certbot_timer_service