mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
module_utils/ansible_ipa_server.py: Deactivate debug log using warn output
This commit is contained in:
@@ -144,8 +144,8 @@ class AnsibleModuleLog():
|
||||
pass
|
||||
|
||||
def write(self, msg):
|
||||
# self.module.debug(msg)
|
||||
self.module.warn(msg)
|
||||
self.module.debug(msg)
|
||||
#self.module.warn(msg)
|
||||
|
||||
|
||||
class options_obj(object):
|
||||
|
||||
Reference in New Issue
Block a user