mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* update django_manage migrate docs to include database param
* Update plugins/modules/web_infrastructure/django_manage.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
(cherry picked from commit 135cc1d337
)
Co-authored-by: Paul Brown <paul90brown@gmail.com>
This commit is contained in:
parent
28ec0b07e9
commit
3c6e84b21c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
database:
|
database:
|
||||||
description:
|
description:
|
||||||
- The database to target. Used by the 'createcachetable', 'flush', 'loaddata', and 'syncdb' commands.
|
- The database to target. Used by the C(createcachetable), C(flush), C(loaddata), C(syncdb), and C(migrate) I(command).
|
||||||
required: false
|
required: false
|
||||||
failfast:
|
failfast:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue