added versionadded to new option in pip module
This commit is contained in:
parent
ac28f16126
commit
1dafa427c3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: virtualenv
|
default: virtualenv
|
||||||
virtualenv_python:
|
virtualenv_python:
|
||||||
version_added: "FIXME"
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- The Python executable used for creating the virtual environment.
|
- The Python executable used for creating the virtual environment.
|
||||||
For example C(python3.4), C(python2.7). When not specified, the
|
For example C(python3.4), C(python2.7). When not specified, the
|
||||||
|
|
Loading…
Reference in a new issue