blob: 16a4e731fa740eb3568f06b4e13263593ceb9235 [file] [log] [blame]
Zack Williams142f2b52020-11-22 19:35:44 -07001---
2# unbound molecule/default/verify.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: Converge
8 hosts: all
9 vars:
10 unbound_allow_all: true
11 unbound_listen_default: true
Zack Williams142f2b52020-11-22 19:35:44 -070012 tasks:
13 - name: "Include unbound"
14 include_role:
15 name: "unbound"