Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Woerner
158fdb1876 ipatopologysegment: Use commands, not command
command has been used instead of commands. command is not defined.
2019-06-17 20:33:49 +02:00

View File

@@ -305,7 +305,7 @@ def main():
elif direction == "right-to-left":
args["right"] = True
command.append(["topologysegment_reinitialize", args])
commands.append(["topologysegment_reinitialize", args])
else:
ansible_module.fail_json(msg="Unkown state '%s'" % state)