Add playbook to setup rocky as standard
This commit is contained in:
parent
84b688a3a3
commit
9be50929e3
8
standard_rpm.yml
Normal file
8
standard_rpm.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
connection: local
|
||||||
|
tasks:
|
||||||
|
- name: Install the 'Standard' package group
|
||||||
|
ansible.builtin.dnf:
|
||||||
|
name: '@Standard'
|
||||||
|
state: present
|
Loading…
Reference in New Issue
Block a user