update
This commit is contained in:
parent
5c123d7301
commit
52692b5a25
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
ignore_errors: true
|
||||
|
||||
- name: generate certificate
|
||||
ansible.builtin.command: 'certbot certonly --standalone --preferred-challenge http-01 -d {{ item.domain }}'
|
||||
ansible.builtin.command: 'certbot certonly --standalone --preferred-challenge http-01 -d {{ item.domain }} -m ejparker@actcur.com --agree-tos'
|
||||
when: result is failure
|
||||
|
|
Loading…
Add table
Reference in a new issue