From cbbd0a90040c8670f69e7a5e77172128a549b299 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 1 Feb 2025 17:29:21 -0600 Subject: [PATCH] Install python3-ara The *python3-ara* package provides the Ansible callback plugins for ARA. --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 51b1191..e438282 100644 --- a/Containerfile +++ b/Containerfile @@ -5,6 +5,7 @@ RUN dnf install -y \ findutils \ krb5-workstation \ openssh-clients \ + python3-ara \ python3-dns \ python3-netaddr \ && dnf clean all