blob: db8a3bb85787067f6d05986db418374ca2d9ff3e [file] [log] [blame]
Zack Williams142f2b52020-11-22 19:35:44 -07001---
2# unbound tasks/Debian.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: Install unbound packages (Debian)
8 apt:
9 name: "unbound"
10 state: "present"
11 update_cache: true
12 cache_valid_time: 3600