easy_install
Collection: community.general
Full Name: parallax.community.general.easy_install
Aliases: community.general.easy_install, easy_install
Synopsis
Manage easy install
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | yes | A Python library name | |
| state | string | present | The desired state of the library (present, latest) | |
| virtualenv | string | An optional path to a virtualenv directory to install into | ||
| virtualenv_command | string | virtualenv | The command to create the virtual environment | |
| virtualenv_site_packages | bool | false | Whether the virtual environment will inherit packages from the global site-packages | |
| executable | string | easy_install | The explicit executable to use for easy_install |
Example
- name: Example easy_install task
easy_install:
name: <your_name>