knot: install knot-dnsutils
This commit is contained in:
parent
05eab6666c
commit
11d07d7089
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
|
||||
- name: install knot
|
||||
- name: install dependencies
|
||||
package:
|
||||
name: knot
|
||||
state: present
|
||||
list:
|
||||
- knot
|
||||
- knot-dnsutils
|
||||
|
||||
- name: start and enable knot
|
||||
service:
|
||||
|
|
Loading…
Reference in a new issue