mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 05:43:26 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user