Skip to content
Snippets Groups Projects
Commit 158fdb18 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipatopologysegment: Use commands, not command

command has been used instead of commands. command is not defined.
parent c905cdaf
Branches
Tags v0.1.4
No related merge requests found
...@@ -305,7 +305,7 @@ def main(): ...@@ -305,7 +305,7 @@ def main():
elif direction == "right-to-left": elif direction == "right-to-left":
args["right"] = True args["right"] = True
command.append(["topologysegment_reinitialize", args]) commands.append(["topologysegment_reinitialize", args])
else: else:
ansible_module.fail_json(msg="Unkown state '%s'" % state) ansible_module.fail_json(msg="Unkown state '%s'" % state)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment