You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This state just simply does not accept nor pass through kwargs to pkg.group_diff.
Support for this needs to be added to both yum and pacman, which are the only two modules which support group installs.
EDIT: Pacman actually doesn't support repo options when listing groups and their members, so some additional code will need to be added to the pkg.group_installed state which catches the TypeError raised when passing unexpected keyword arguments.
The text was updated successfully, but these errors were encountered:
This state just simply does not accept nor pass through kwargs to
pkg.group_diff
.Support for this needs to be added to both yum and pacman, which are the only two modules which support group installs.
EDIT: Pacman actually doesn't support repo options when listing groups and their members, so some additional code will need to be added to the pkg.group_installed state which catches the
TypeError
raised when passing unexpected keyword arguments.The text was updated successfully, but these errors were encountered: