mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
ansible_ipa_replica: Do not use warn for debug output
This commit is contained in:
@@ -159,8 +159,8 @@ class AnsibleModuleLog():
|
||||
self.module.debug(msg)
|
||||
|
||||
def write(self, msg):
|
||||
# self.module.debug(msg)
|
||||
self.module.warn(msg)
|
||||
self.module.debug(msg)
|
||||
#self.module.warn(msg)
|
||||
|
||||
|
||||
class installer_obj(object):
|
||||
|
||||
Reference in New Issue
Block a user