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.pull/23024/merge
parent
9f13951d1b
commit
ccce74cf7b
Loading…
Reference in New Issue