accept tos during lego run
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-09-27 22:24:19 +02:00
parent f423eab3b2
commit 89b59d0739
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -40,6 +40,7 @@
- name: Obtain certificates for domains
ansible.builtin.command: >-
{{ __lego_bin_file }}
--accept-tos
--email="{{ lego_acme_account_email }}"
--domains {{ " --domains ".join(item.domains) }}
--key-type="{{ lego_key_type }}"