accept tos during lego run
This commit is contained in:
parent
f423eab3b2
commit
89b59d0739
@ -40,6 +40,7 @@
|
|||||||
- name: Obtain certificates for domains
|
- name: Obtain certificates for domains
|
||||||
ansible.builtin.command: >-
|
ansible.builtin.command: >-
|
||||||
{{ __lego_bin_file }}
|
{{ __lego_bin_file }}
|
||||||
|
--accept-tos
|
||||||
--email="{{ lego_acme_account_email }}"
|
--email="{{ lego_acme_account_email }}"
|
||||||
--domains {{ " --domains ".join(item.domains) }}
|
--domains {{ " --domains ".join(item.domains) }}
|
||||||
--key-type="{{ lego_key_type }}"
|
--key-type="{{ lego_key_type }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user