Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
c2248c4f5e50d12d817f4cf89d314e046cf9c546
/
.
/
roles
/
dns-unbound
/
tasks
/
unbound-Debian.yml
blob: da0254f00e73e5ac6239fe8e35d14aa9be2e852e [
file
] [
log
] [
blame
]
Zack Williams
99adf6b
2016-03-14 17:01:08 -0700
[
diff
] [
blame
]
1
---
2
3
-
name:
Install unbound
4
apt:
5
name={{ item }}
6
state=present
7
with_items:
8
-
unbound
9