ansible/standard_rpm.yml

9 lines
177 B
YAML

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