summaryrefslogtreecommitdiffstats
path: root/distro/tests/ansible-roles/knot_resolver/tasks/test_tcp.yaml
blob: 1af18fd17c4512decfc9e45386ab71bce8a42a67 (plain)
1
2
3
4
5
6
7
8
---
# SPDX-License-Identifier: GPL-3.0-or-later
- name: tcp_test resolve nic.cz
  tags:
    - test
  shell: kdig +tcp @127.0.0.1 nic.cz
  register: res
  failed_when: '"status: NOERROR" not in res.stdout'