fixed certbot command to use -n

This commit is contained in:
Sean Anderson 2025-11-14 10:51:08 -06:00
parent c9432b7a41
commit b46fa2d455

View File

@ -13,7 +13,7 @@
state: stopped
- name: Renew Certbot certificates
ansible.builtin.command:
cmd: certbot certonly --standalone -d {{ item }}
cmd: certbot certonly --standalone -n -d {{ item }}
loop: "{{ servers }}"
- name: Start nginx service
ansible.builtin.service: