From 9be50929e366a38a9acb7a3f5b66e96c495d33a1 Mon Sep 17 00:00:00 2001 From: Thomas G Date: Thu, 14 Mar 2024 09:24:10 +0000 Subject: [PATCH] Add playbook to setup rocky as standard --- standard_rpm.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 standard_rpm.yml diff --git a/standard_rpm.yml b/standard_rpm.yml new file mode 100644 index 0000000..2a66124 --- /dev/null +++ b/standard_rpm.yml @@ -0,0 +1,8 @@ +--- +- hosts: localhost + connection: local + tasks: + - name: Install the 'Standard' package group + ansible.builtin.dnf: + name: '@Standard' + state: present