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 6fd80d2f7e
commit 34f8fb8e2b

View file

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