mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix broken link in django_manage doc
This commit is contained in:
parent
39aa5e5eac
commit
d2ea9d85d0
1 changed files with 6 additions and 6 deletions
|
@ -71,7 +71,7 @@ options:
|
|||
- A space-delimited list of fixture file names to load in the database. B(Required) by the 'loaddata' command.
|
||||
required: false
|
||||
notes:
|
||||
- U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified.
|
||||
- I(virtualenv) (U(http://www.virtualenv.org)) must be installed on the remote host if the virtualenv parameter is specified.
|
||||
- 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.
|
||||
requirements: [ "virtualenv", "django" ]
|
||||
|
|
Loading…
Reference in a new issue