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