Include Standard package group for RHEL systems
This commit is contained in:
parent
457d558133
commit
3d18962160
@ -78,7 +78,7 @@
|
||||
dnf --releasever={{ '8' if os == 'rhel8' else '9' }} --repo={{ os | lower }}-baseos
|
||||
--installroot=/mnt
|
||||
--setopt=install_weak_deps=False --setopt=optional_metadata_types=filelists
|
||||
groupinstall -y base core
|
||||
groupinstall -y core base standard
|
||||
changed_when: result.rc == 0
|
||||
register: result
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user