Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
2024-05-16 21:52:18 +12:00
6 changed files with 29 additions and 2 deletions

View File

@ -49,7 +49,7 @@
- "{{ item }}"
creates: /etc/letsencrypt/live/{{ item }}/fullchain.pem
loop: "{{ certbot_domains }}"
notify: "{{ certbot_notify }}"
notify: "{{ certbot_notify | default(omit) }}"
- name: Enable certbot renewal
ansible.builtin.service: