Fix dns certificates tag name
This commit is contained in:
parent
57ad4c521c
commit
d81b8dc968
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
with_first_found:
|
||||
- /srv/letsencrypt/live/dns.home.foo.sh/privkey.pem
|
||||
- "/srv/ca/private/{{ inventory_hostname }}.key"
|
||||
tags: certificate
|
||||
tags: certificates
|
||||
notify: restart unbound
|
||||
- name: copy dns certificate and ca cert
|
||||
copy:
|
||||
|
@ -96,7 +96,7 @@
|
|||
with_first_found:
|
||||
- /srv/letsencrypt/live/dns.home.foo.sh/fullchain.pem
|
||||
- "/srv/ca/certs/hosts/{{ inventory_hostname }}.crt"
|
||||
tags: certificate
|
||||
tags: certificates
|
||||
notify: restart unbound
|
||||
- name: copy dns zone files
|
||||
copy:
|
||||
|
|
Loading…
Add table
Reference in a new issue