pip_package_info – pip package information¶
New in version 2.8.
Synopsis¶
Return information about installed pip packages
Requirements¶
The below requirements are needed on the host that executes this module.
The requested pip executables must be installed on the target.
Parameters¶
Examples¶
- name: Just get the list from default pip
pip_package_info:
- name: get the facts for default pip, pip2 and pip3.6
pip_package_info:
clients: ['pip', 'pip2', 'pip3.6']
- name: get from specific paths (virtualenvs?)
pip_package_info:
clients: '/home/me/projec42/python/pip3.5'
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]