mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +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)
|
self.module.debug(msg)
|
||||||
|
|
||||||
def write(self, msg):
|
def write(self, msg):
|
||||||
# self.module.debug(msg)
|
self.module.debug(msg)
|
||||||
self.module.warn(msg)
|
#self.module.warn(msg)
|
||||||
|
|
||||||
|
|
||||||
class installer_obj(object):
|
class installer_obj(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user