Updated virtualenv note
This commit is contained in:
parent
def0092578
commit
7d125cc10a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
notes:
|
notes:
|
||||||
- U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified.
|
- U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified.
|
||||||
- This module will create a virtualenv if one does not already exist.
|
- This module will create a virtualenv if the virtualenv parameter is specified and a virtualenv does not already exist at the given location.
|
||||||
- This module assumes English error messages for the 'createcachetable' command to detect table existence, unfortunately.
|
- This module assumes English error messages for the 'createcachetable' command to detect table existence, unfortunately.
|
||||||
requirements: [ "virtualenv", "django" ]
|
requirements: [ "virtualenv", "django" ]
|
||||||
author: Scott Anderson
|
author: Scott Anderson
|
||||||
|
|
Loading…
Reference in a new issue