From 67b777c432edf2fc22fde03cf76c14769fc62fd0 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Wed, 26 Jun 2024 21:22:15 -0400 Subject: [PATCH] Add whois. --- ansible/roles/base/tasks/linux.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/base/tasks/linux.yaml b/ansible/roles/base/tasks/linux.yaml index e6905eb..de91086 100644 --- a/ansible/roles/base/tasks/linux.yaml +++ b/ansible/roles/base/tasks/linux.yaml @@ -17,6 +17,7 @@ - uutils-coreutils - usbutils # for lsusb - bolt + - whois state: present - name: Start pkgfile update service