fixed certbot command to use -n
This commit is contained in:
parent
c9432b7a41
commit
b46fa2d455
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user