Fix dns certificates tag name

This commit is contained in:
Timo Makinen 2022-06-16 17:41:06 +00:00
parent 57ad4c521c
commit d81b8dc968

View file

@ -84,7 +84,7 @@
with_first_found: with_first_found:
- /srv/letsencrypt/live/dns.home.foo.sh/privkey.pem - /srv/letsencrypt/live/dns.home.foo.sh/privkey.pem
- "/srv/ca/private/{{ inventory_hostname }}.key" - "/srv/ca/private/{{ inventory_hostname }}.key"
tags: certificate tags: certificates
notify: restart unbound notify: restart unbound
- name: copy dns certificate and ca cert - name: copy dns certificate and ca cert
copy: copy:
@ -96,7 +96,7 @@
with_first_found: with_first_found:
- /srv/letsencrypt/live/dns.home.foo.sh/fullchain.pem - /srv/letsencrypt/live/dns.home.foo.sh/fullchain.pem
- "/srv/ca/certs/hosts/{{ inventory_hostname }}.crt" - "/srv/ca/certs/hosts/{{ inventory_hostname }}.crt"
tags: certificate tags: certificates
notify: restart unbound notify: restart unbound
- name: copy dns zone files - name: copy dns zone files
copy: copy: