diff --git a/roles/ipaclient/module_utils/ansible_ipa_client.py b/roles/ipaclient/module_utils/ansible_ipa_client.py
index efc7f690eeff454b8c87466f62809ad5737f7058..c8870a3597d0197d27cf7c0f75485786fbd8727a 100644
--- a/roles/ipaclient/module_utils/ansible_ipa_client.py
+++ b/roles/ipaclient/module_utils/ansible_ipa_client.py
@@ -45,11 +45,11 @@ class installer_obj(object):
     #            "  <-- Accessing installer.%s (%s)" % (attr, repr(value)))
     #    return value
 
-    def __getattr__(self, attr):
-        #logger.info("  --> ADDING missing installer.%s" % attr)
-        self.logger.warn("  --> ADDING missing installer.%s" % attr)
-        setattr(self, attr, None)
-        return getattr(self, attr)
+    #def __getattr__(self, attr):
+    #    #logger.info("  --> ADDING missing installer.%s" % attr)
+    #    self.logger.warn("  --> ADDING missing installer.%s" % attr)
+    #    setattr(self, attr, None)
+    #    return getattr(self, attr)
 
     #def __setattr__(self, attr, value):
     #    logger.debug("  --> Setting installer.%s to %s" % (attr, repr(value)))