summaryrefslogtreecommitdiffstats
path: root/distro/tests/ansible-roles/knot_resolver/tasks/configure_doh2.yaml
blob: eebca2040308fb201d171eaacb1aa6869ec00709 (plain)
1
2
3
4
5
6
7
8
---
# SPDX-License-Identifier: GPL-3.0-or-later
- name: doh2_config set up kresd.conf
  blockinfile:
    marker: -- {mark} ANSIBLE MANAGED BLOCK
    block: |
      net.listen('127.0.0.1', 44354, { kind = 'doh2' })
    path: /etc/knot-resolver/kresd.conf