Skip to content
Snippets Groups Projects
Commit 60244600 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

ipatopologysuffix: Fix usage of IPAAnsibleModule.

Fix parameters used to IPAAnsibleModule.ipa_command, as a singlo list
was being used instead of a parameter list.
parent 4c4668b4
No related branches found
No related tags found
No related merge requests found
...@@ -89,8 +89,7 @@ def main(): ...@@ -89,8 +89,7 @@ def main():
with ansible_module.ipa_connect(): with ansible_module.ipa_connect():
# Execute command # Execute command
ansible_module.ipa_command(["topologysuffix_verify", suffix, ansible_module.ipa_command("topologysuffix_verify", suffix, {})
{}])
# Done # Done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment