Closed keirazhang closed 1 month ago
@keirazhang, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
In Fedora 41, DNF version is 5.2.5.0, which requires to use Ansible dnf5 module for package management. But currently dnf5 module is still under development, and would throw exception on Fedora 41. So this fix is to replace dnf or dnf5 module with dnf commands as a workaround.