|
|
@ -27,7 +27,7 @@
|
|
|
|
--domain "{{ domain | quote }}"
|
|
|
|
--domain "{{ domain | quote }}"
|
|
|
|
--key-file "{{ acme_key_location | quote }}"
|
|
|
|
--key-file "{{ acme_key_location | quote }}"
|
|
|
|
--fullchain-file "{{ acme_certificate_location | quote }}"
|
|
|
|
--fullchain-file "{{ acme_certificate_location | quote }}"
|
|
|
|
--reloadcmd "systemctl force-reload nginx"
|
|
|
|
--reloadcmd "{{ reload_command }}"
|
|
|
|
args:
|
|
|
|
args:
|
|
|
|
chdir: "{{ acme_installation_directory }}"
|
|
|
|
chdir: "{{ acme_installation_directory }}"
|
|
|
|
creates: "{{ acme_key_location }}"
|
|
|
|
creates: "{{ acme_key_location }}"
|
|
|
|