mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
ipatopologysegment: Use commands, not command
command has been used instead of commands. command is not defined.
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user