command: make sure that all _handle_aliases() calls returns {}

module_common: also work if there are no aliases (shell, command, etc) modules
This commit is contained in:
Seth Vidal
2013-02-25 17:07:47 -05:00
parent b54887b03c
commit f02ea15f0c
2 changed files with 4 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ def main():
class CommandModule(AnsibleModule):
def _handle_aliases(self):
pass
return {}
def _check_invalid_arguments(self):
pass