Skip to content

[BUG] pkg.group_installed does not support yum/dnf repo options like pkg.installed does #64348

Closed
@terminalmage

Description

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.

Metadata

Assignees

Labels

Bugbroken, incorrect, or confusing behaviorneeds-triage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions