nsd: Fix typo
This commit is contained in:
parent
db35937a67
commit
b4e260b1e1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "/srv/letsencrypt/live/{{ site }}/fullchain.pem"
|
- "/srv/letsencrypt/live/{{ nsd_server }}/fullchain.pem"
|
||||||
- "/srv/ca/certs/{{ site }}.crt"
|
- "/srv/ca/certs/{{ site }}.crt"
|
||||||
- "/srv/ca/certs/{{ inventory_hostname }}.crt"
|
- "/srv/ca/certs/{{ inventory_hostname }}.crt"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue