#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 <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/8641/head
Daniel Poggenpohl 2024-07-14 22:08:02 +02:00 committed by GitHub
parent 83318c36aa
commit a78f7b1e6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ options:
type: list type: list
elements: path elements: path
requirements: requirements:
- pip >= 20.3b1 (necessary for the C(--format) option)
- The requested pip executables must be installed on the target. - The requested pip executables must be installed on the target.
author: author:
- Matthew Jones (@matburt) - Matthew Jones (@matburt)