ipatopologysuffix: Fix usage of IPAAnsibleModule.

Fix parameters used to IPAAnsibleModule.ipa_command, as a singlo list
was being used instead of a parameter list.
This commit is contained in:
Rafael Guterres Jeffman
2021-09-09 00:19:59 -03:00
parent 4c4668b437
commit 602446004a

View File

@@ -89,8 +89,7 @@ def main():
with ansible_module.ipa_connect():
# Execute command
ansible_module.ipa_command(["topologysuffix_verify", suffix,
{}])
ansible_module.ipa_command("topologysuffix_verify", suffix, {})
# Done