From 2b66d830d978b6a81c463f78a9b7064ea8a1d7a9 Mon Sep 17 00:00:00 2001 From: "Ivo C.S. Wingelaar" Date: Sat, 19 Oct 2024 19:47:03 +0200 Subject: [PATCH] Add expansion of domains during certificate renewal --- roles/podman_certbot/tasks/machinectl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/podman_certbot/tasks/machinectl.yml b/roles/podman_certbot/tasks/machinectl.yml index 70e5fe8..9fedc4c 100644 --- a/roles/podman_certbot/tasks/machinectl.yml +++ b/roles/podman_certbot/tasks/machinectl.yml @@ -12,7 +12,7 @@ name: certbot state: present image: docker.io/certbot/certbot - command: certonly -n --standalone --domains {{ podman_certbot_domains }} --agree-tos --email {{ podman_certbot_email }} + command: certonly -n --standalone --domains {{ podman_certbot_domains }} --expand --agree-tos --email {{ podman_certbot_email }} volumes: - certbot-etc:/etc/letsencrypt - certbot-var-lib:/var/lib/letsencrypt