testing #2

Merged
ejparker merged 2 commits from testing into prod 2024-12-25 03:45:09 -06:00
Showing only changes of commit 52692b5a25 - Show all commits

View file

@ -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