From 1e19b6efc9ccf0f63ec793dc840f7ea8084fc334 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sun, 21 Mar 2021 03:39:37 +0100 Subject: [PATCH] knot: install knot-dnsutils --- roles/knot/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/knot/tasks/install.yml b/roles/knot/tasks/install.yml index 323d1fc..5e11944 100644 --- a/roles/knot/tasks/install.yml +++ b/roles/knot/tasks/install.yml @@ -4,7 +4,7 @@ package: name: knot state: present - list: + loop: - knot - knot-dnsutils