From 96eb99ecb3b873ca17086d96a9785aecdc44a357 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:57:01 -0700 Subject: [PATCH] Add ansible package --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ae5275a..472be10 100755 --- a/build.sh +++ b/build.sh @@ -37,7 +37,8 @@ rpm-ostree install \ alsa-tools \ libappstream-glib \ htop \ - glances + glances \ + ansible # from dnf groups (gh actions will translate this to rpm-ostree install ) rpm-ostree groupinstall "C Development Tools and Libraries" "Development Tools"