mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +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():
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user