summaryrefslogtreecommitdiff
path: root/web_infrastructure
diff options
context:
space:
mode:
authorJames Tanner <tanner.jc@gmail.com>2014-04-07 22:57:49 -0400
committerJames Tanner <tanner.jc@gmail.com>2014-04-07 22:57:49 -0400
commit941d89cf5fc63ee050266c0e4e89c39185d31575 (patch)
treefa8cdecaaef1b8ec82ae28860cac39497ed7e355 /web_infrastructure
parent3f2a100e641cf95668d3744839085105a9dad819 (diff)
downloadansible-modules-core-941d89cf5fc63ee050266c0e4e89c39185d31575.tar.gz
Fix version_added for a few parameters in django_manage
Diffstat (limited to 'web_infrastructure')
-rw-r--r--web_infrastructure/django_manage3
1 files changed, 3 insertions, 0 deletions
diff --git a/web_infrastructure/django_manage b/web_infrastructure/django_manage
index 509bd404..42ce3781 100644
--- a/web_infrastructure/django_manage
+++ b/web_infrastructure/django_manage
@@ -74,14 +74,17 @@ options:
description:
- Will skip over out-of-order missing migrations, you can only use this parameter with I(migrate)
required: false
+ version_added: "1.3"
merge:
description:
- Will run out-of-order or missing migrations as they are not rollback migrations, you can only use this parameter with 'migrate' command
required: false
+ version_added: "1.3"
link:
description:
- Will create links to the files instead of copying them, you can only use this parameter with 'collectstatic' command
required: false
+ version_added: "1.3"
notes:
- 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.