nsd: Fix typo

This commit is contained in:
Timo Makinen 2020-09-03 20:04:05 +00:00
parent db35937a67
commit b4e260b1e1

View file

@ -19,7 +19,7 @@
owner: root
group: "{{ ansible_wheel }}"
with_first_found:
- "/srv/letsencrypt/live/{{ site }}/fullchain.pem"
- "/srv/letsencrypt/live/{{ nsd_server }}/fullchain.pem"
- "/srv/ca/certs/{{ site }}.crt"
- "/srv/ca/certs/{{ inventory_hostname }}.crt"