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:
|
package:
|
||||||
name: knot
|
name: knot
|
||||||
state: present
|
state: present
|
||||||
|
list:
|
||||||
|
- knot
|
||||||
|
- knot-dnsutils
|
||||||
|
|
||||||
- name: start and enable knot
|
- name: start and enable knot
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in a new issue