blob: e82ff98f2dfb2519767199f2e9b8b9cb7451f4c6 [file] [log] [blame]
---
# unbound molecule/default/verify.yml
#
# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
# SPDX-License-Identifier: Apache-2.0
- name: Converge
hosts: all
vars:
unbound_allow_all: true
unbound_listen_default: true
unbound_listen_zone_ips: false
tasks:
- name: "Include unbound"
include_role:
name: "unbound"