blob: 8011b9d1a32b9e5005f3de17e610702c7e57482e [file] [log] [blame]
Zack Williams142f2b52020-11-22 19:35:44 -07001---
2# unbound molecule/default/prepare.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: Prepare for unbound by installing nsd for testing
8 hosts: all
Zack Williams142f2b52020-11-22 19:35:44 -07009
Zack Williams8296e472021-03-23 21:13:07 -070010 pre_tasks:
Zack Williams142f2b52020-11-22 19:35:44 -070011 - name: Add dnsutils so dig works in tests
12 apt:
13 name: "dnsutils"
14 state: "present"
15 update_cache: true
Zack Williams8296e472021-03-23 21:13:07 -070016
17 roles:
18 - nsd