community.general.easy_install – Installs Python libraries¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.easy_install
.
Parameters¶
Notes¶
Note
Please note that the
easy_install
module can only install Python libraries. Thus this module is not able to remove libraries. It is generally recommended to use the ansible.builtin.pip module which you can first install using community.general.easy_install.Also note that virtualenv must be installed on the remote host if the
virtualenv
parameter is specified.