No description
Find a 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
2013-10-18 17:26:10 -07:00
cloud added aws_access_key and aws_secret_key aliases to ec2_group arguments 2013-10-17 15:23:24 -04:00
commands
database Fixes #4454 Make a temporary clean cnf file if unable to parse existing 2013-10-18 17:42:40 -04:00
files Merge pull request #4480 from joemaller/absent_path_fix 2013-10-16 17:29:21 -07:00
internal
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging
monitoring
net_infrastructure Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
network Fix issue 4433, make sure status is a int rather than a string 2013-10-12 22:10:40 +02:00
notification Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
packaging Do key validation only when key is provided 2013-10-17 12:04:04 +02:00
source_control git: Don't add --branch while cloning if the version is a SHA-1 hash. 2013-10-16 20:37:07 +08:00
system Fixes #4554 Enumerate user homedir if not passed as an argument 2013-10-17 13:15:32 -04:00
utilities Added "debug: var=variableName" capability. 2013-10-14 21:01:38 -04:00
web_infrastructure Allow generic django_management commands 2013-10-18 17:26:10 -07:00