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