summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/package_facts.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/package_facts.py')
-rw-r--r--lib/ansible/modules/package_facts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/modules/package_facts.py b/lib/ansible/modules/package_facts.py
index 57c1d3ea75..ea3c699965 100644
--- a/lib/ansible/modules/package_facts.py
+++ b/lib/ansible/modules/package_facts.py
@@ -37,6 +37,8 @@ version_added: "2.5"
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)