Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
66747529
Commit
66747529
authored
Apr 07, 2014
by
James Tanner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix version_added for a few parameters in django_manage
parent
325bbf7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
library/web_infrastructure/django_manage
+3
-0
No files found.
library/web_infrastructure/django_manage
View file @
66747529
...
@@ -74,14 +74,17 @@ options:
...
@@ -74,14 +74,17 @@ options:
description:
description:
- Will skip over out-of-order missing migrations, you can only use this parameter with I(migrate)
- Will skip over out-of-order missing migrations, you can only use this parameter with I(migrate)
required: false
required: false
version_added: "1.3"
merge:
merge:
description:
description:
- Will run out-of-order or missing migrations as they are not rollback migrations, you can only use this parameter with 'migrate' command
- 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
required: false
version_added: "1.3"
link:
link:
description:
description:
- Will create links to the files instead of copying them, you can only use this parameter with 'collectstatic' command
- Will create links to the files instead of copying them, you can only use this parameter with 'collectstatic' command
required: false
required: false
version_added: "1.3"
notes:
notes:
- I(virtualenv) (U(http://www.virtualenv.org)) 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 will create a virtualenv if the virtualenv parameter is specified and a virtualenv does not already exist at the given location.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment