add nuc playbook

This commit is contained in:
2024-05-16 21:35:45 +12:00
parent 2d31a5524f
commit 627343b50f
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: