Add playbook to setup rocky as standard

This commit is contained in:
Thomas G. 2024-03-14 09:24:10 +00:00
parent 84b688a3a3
commit 9be50929e3

8
standard_rpm.yml Normal file
View File

@ -0,0 +1,8 @@
---
- hosts: localhost
connection: local
tasks:
- name: Install the 'Standard' package group
ansible.builtin.dnf:
name: '@Standard'
state: present