mirror of https://github.com/ansible/ansible.git
Avoid using deprecated group_install API
DNF's base.group_install() function accepts a string as its first
argument. Prior to DNF-2, compatibility code existed which allowed this
function to accept a base.comps.Group object instead. That is no longer
possible.
Pass "group.id" to base.group_install() instead of "group" to work
around this.
(cherry picked from commit ccce74cf7b
)
pull/27315/head
parent
2385e2be27
commit
0a7bad68dc
Loading…
Reference in New Issue