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