diff options
| author | 2022-03-14 23:36:47 +0000 | |
|---|---|---|
| committer | 2022-03-14 23:42:37 +0000 | |
| commit | 9b76db993f4087c1614fc7587af8929af9618a5e (patch) | |
| tree | a485983b9ecdbfa1b06afd4b679ada9fc8508ea4 /roles | |
| parent | Force reload on all rsync operations (diff) | |
Update extra SAN
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/certbot/tasks/main.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index 371df64..abe22cc 100644 --- a/roles/certbot/tasks/main.yml +++ b/roles/certbot/tasks/main.yml @@ -101,7 +101,7 @@      --dns-cloudflare      --dns-cloudflare-credentials /etc/letsencrypt/cloudflare.ini      --deploy-hook /etc/letsencrypt/renewal-hooks/deploy/distribute-certs -    -d {{ item }} -d *.{{ item }} -d there.was.no.christmas.party.pydis.wtf +    -d {{ item }} -d *.{{ item }} -d cloud.native.is.fun.and.easy.pydis.wtf    args:      creates: "/etc/letsencrypt/live/{{ item }}/fullchain.pem"    with_items: | 
