Replaced tabbed indentation with spaces for group module
This commit is contained in:
parent
30d5c1166c
commit
d47de74ade
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class Group(object):
|
||||||
if len(cmd) == 1:
|
if len(cmd) == 1:
|
||||||
return (None, '', '')
|
return (None, '', '')
|
||||||
if self.module.check_mode:
|
if self.module.check_mode:
|
||||||
return (0, '', '')
|
return (0, '', '')
|
||||||
cmd.append(self.name)
|
cmd.append(self.name)
|
||||||
return self.execute_command(cmd)
|
return self.execute_command(cmd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue