mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
automember: Remove debug output
The warn debug line was added with "Add automember default group
handling" d2648b142a
This commit is contained in:
@@ -587,7 +587,6 @@ def main():
|
||||
commands.append([None,
|
||||
'automember_default_group_remove',
|
||||
{'type': automember_type}])
|
||||
ansible_module.warn("commands: %s" % repr(commands))
|
||||
|
||||
else:
|
||||
dn_default_group = [DN(('cn', default_group),
|
||||
|
||||
Reference in New Issue
Block a user