From a78f7b1e6a45b27ed6ff83235fd864b208ec1624 Mon Sep 17 00:00:00 2001 From: Daniel Poggenpohl Date: Sun, 14 Jul 2024 22:08:02 +0200 Subject: [PATCH] #8572 - Updated docs to include pip >= 20.3b1 requirement (#8634) * #8572 - Updated docs to include pip >= 20.3b1 requirement * Update plugins/modules/pip_package_info.py Co-authored-by: Felix Fontein --------- Co-authored-by: Felix Fontein --- plugins/modules/pip_package_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/pip_package_info.py b/plugins/modules/pip_package_info.py index 6aea178cec..f7354e3678 100644 --- a/plugins/modules/pip_package_info.py +++ b/plugins/modules/pip_package_info.py @@ -27,6 +27,7 @@ options: type: list elements: path requirements: + - pip >= 20.3b1 (necessary for the C(--format) option) - The requested pip executables must be installed on the target. author: - Matthew Jones (@matburt)