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:
parent
6fd80d2f7e
commit
34f8fb8e2b
1 changed files with 1 additions and 1 deletions
2
command
2
command
|
@ -129,7 +129,7 @@ def main():
|
|||
class CommandModule(AnsibleModule):
|
||||
|
||||
def _handle_aliases(self):
|
||||
pass
|
||||
return {}
|
||||
|
||||
def _check_invalid_arguments(self):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue