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