From a9d9632c72f34237592fc14aef69aad3f33415da Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 17 Feb 2026 13:02:33 -0500 Subject: [PATCH] testnode: bind-utils for dig Signed-off-by: David Galloway --- roles/testnode/vars/centos_9.yml | 1 + roles/testnode/vars/rocky_10.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/testnode/vars/centos_9.yml b/roles/testnode/vars/centos_9.yml index 3eb92961..09631753 100644 --- a/roles/testnode/vars/centos_9.yml +++ b/roles/testnode/vars/centos_9.yml @@ -73,6 +73,7 @@ packages: - net-tools - policycoreutils-python-utils - bzip2 + - bind-utils epel_packages: - dbench diff --git a/roles/testnode/vars/rocky_10.yml b/roles/testnode/vars/rocky_10.yml index 2c621cde..371191bf 100644 --- a/roles/testnode/vars/rocky_10.yml +++ b/roles/testnode/vars/rocky_10.yml @@ -87,6 +87,7 @@ packages: - openssl - policycoreutils-python-utils - bzip2 + - bind-utils epel_packages: - dbench -- 2.47.3