Fix certbot command
This commit is contained in:
parent
8488dc650a
commit
f99c956212
@ -5,5 +5,5 @@
|
|||||||
register: st
|
register: st
|
||||||
|
|
||||||
- name: "request certificate for {{ item.domains | join(', ') }}"
|
- name: "request certificate for {{ item.domains | join(', ') }}"
|
||||||
command: "[[ ! -e certbot certonly --webroot -w {{ certbot_challenge_webroot_path }} --agree-tos --noninteractive --email {{ item.email }} -d {{ item.domains | join(',') }}"
|
command: "certbot certonly -q --webroot -w {{ certbot_challenge_webroot_path }} --agree-tos --noninteractive --email {{ item.email }} -d {{ item.domains | join(',') }}"
|
||||||
when: not st.stat.exists
|
when: not st.stat.exists
|
||||||
|
Loading…
Reference in New Issue
Block a user