blob: 8011b9d1a32b9e5005f3de17e610702c7e57482e [file] [log] [blame]
---
# unbound molecule/default/prepare.yml
#
# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
# SPDX-License-Identifier: Apache-2.0
- name: Prepare for unbound by installing nsd for testing
hosts: all
pre_tasks:
- name: Add dnsutils so dig works in tests
apt:
name: "dnsutils"
state: "present"
update_cache: true
roles:
- nsd