Skip to content

Commit

Permalink
package_facts requires python-rpm on SUSE systems in ansible 2.12.1 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
DesmondSanctity authored Feb 23, 2023
1 parent 5ad77fc commit 43aa47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ansible/modules/package_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
requirements:
- For 'portage' support it requires the C(qlist) utility, which is part of 'app-portage/portage-utils'.
- For Debian-based systems C(python-apt) package must be installed on targeted hosts.
- For SUSE-based systems C(python3-rpm) package must be installed on targeted hosts.
This package is required because SUSE does not include RPM Python bindings by default.
author:
- Matthew Jones (@matburt)
- Brian Coca (@bcoca)
Expand Down

0 comments on commit 43aa47c

Please sign in to comment.