summaryrefslogtreecommitdiffstats
path: root/distro/tests/ansible-roles/knot_resolver/tasks/configure_dnstap.yaml
blob: 817b1179d3bf4c4b9b1057512e02e49a6e40831b (plain)
1
2
3
4
5
6
7
8
9
10
---
# SPDX-License-Identifier: GPL-3.0-or-later
- name: dnstap_config set up kresd.conf
  blockinfile:
    marker: -- {mark} ANSIBLE MANAGED BLOCK
    block: |
      modules.load('dnstap')
      assert(dnstap)
    path: /etc/knot-resolver/kresd.conf
    insertbefore: BOF