-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
rhel-9.2.0
-
None
-
Yes
-
Assignee, Qa Contact, Doc Contact, Pool Team, Watchers, Developer
-
None
-
Regression
-
rhel-sst-system-roles
-
None
-
False
-
-
None
-
None
-
None
-
None
-
x86_64
-
None
What were you trying to do that didn't work?
run a playbook with ansible.builtin.dnf
Please provide the package NVR for which bug is seen:
python3.11-dnf is missing
How reproducible:
Steps to reproduce
- write a playbook or role with task:
ansible.builtin.dnf:
name: "firefox"
state: installed - run the role or playbook
Expected results
Package is installed
Actual results
fatal: []: FAILED