You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Patrick Michaud c936bc67bb Allow generic django_management commands
This commit removes the restriction on django management commands.  If a command is unknown to the django installation, there will be a concise error produced.

for example:

  tasks:
    - name: invalid command
      django_manage: virtualenv="/valid/virtualenv" app_path="/valid/app_path" command="nowaydude"

Results in:

failed: [hostname] => {"cmd": "python manage.py nowaydude", "failed": true}
msg: stdout: Unknown command: 'nowaydude'
Type 'manage.py help' for usage.

:stderr: Unknown django command: nowaydude
11 years ago
cloud added aws_access_key and aws_secret_key aliases to ec2_group arguments 11 years ago
commands Allow for relative paths by using abspath 11 years ago
database Fixes #4454 Make a temporary clean cnf file if unable to parse existing 11 years ago
files Merge pull request #4480 from joemaller/absent_path_fix 11 years ago
internal * Updated all ansible.cc references in the documentation to point 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Add missing version_added description in docs. 12 years ago
monitoring Monit fix - Use case insensitive comparison 11 years ago
net_infrastructure Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
network Fix issue 4433, make sure status is a int rather than a string 11 years ago
notification Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
packaging Do key validation only when key is provided 11 years ago
source_control git: Don't add --branch while cloning if the version is a SHA-1 hash. 11 years ago
system Fixes #4554 Enumerate user homedir if not passed as an argument 11 years ago
utilities Added "debug: var=variableName" capability. 11 years ago
web_infrastructure Allow generic django_management commands 11 years ago