mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Jumbo DOCUMENTATION patch
This commit is contained in:
@@ -59,14 +59,14 @@ examples:
|
||||
- code: pip name=flask version=0.8
|
||||
description: Install I(flask) python package on version 0.8.
|
||||
- code: pip name=flask virtualenv=/srv/webapps/my_app/venv
|
||||
description: Install I(flask) python package in specified virtualenv.
|
||||
description: "Install I(Flask) (U(http://flask.pocoo.org/)) into the specified I(virtualenv)"
|
||||
- code: pip requirements=/srv/webapps/my_app/src/requirements.txt
|
||||
description: Install specified python requirements.
|
||||
- code: pip requirements=/srv/webapps/my_app/src/requirements.txt virtualenv=/srv/webapps/my_app/venv
|
||||
description: Install specified python requirements in indicated virtualenv.
|
||||
notes:
|
||||
- Please note that U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified.
|
||||
requirements: [ ]
|
||||
requirements: [ "virtualenv", "pip" ]
|
||||
author: Matt Wright
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user