mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 06:13:21 +00:00
Merge pull request #633 from rjeffman/topology_fix_usage_ipaansiblemodule
Fix documentation and usage of IPAAnsibleModule
This commit is contained in:
@@ -560,9 +560,9 @@ else:
|
||||
|
||||
# Execute command
|
||||
if state == "present":
|
||||
ansible_module.ipa_command(["command_add", name, {}])
|
||||
ansible_module.ipa_command("command_add", name, {})
|
||||
else:
|
||||
ansible_module.ipa_command(["command_del", name, {}])
|
||||
ansible_module.ipa_command("command_del", name, {})
|
||||
|
||||
# Done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user