ansible_ipa_replica: Do not use warn for debug output

This commit is contained in:
Thomas Woerner
2018-07-09 13:01:46 +02:00
parent c0eff23da0
commit 04325849ef

View File

@@ -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):