mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
module_utils/ansible_ipa_replica: Initialize skip_schema_check to None
This setting can not be set for replica deployments, but needs to be initilized.
This commit is contained in:
@@ -204,6 +204,7 @@ class installer_obj(object):
|
|||||||
self.unattended = not self.interactive
|
self.unattended = not self.interactive
|
||||||
#self.promote = self.replica_file is None
|
#self.promote = self.replica_file is None
|
||||||
self.promote = True
|
self.promote = True
|
||||||
|
self.skip_schema_check = None
|
||||||
|
|
||||||
#def __getattribute__(self, attr):
|
#def __getattribute__(self, attr):
|
||||||
# value = super(installer_obj, self).__getattribute__(attr)
|
# value = super(installer_obj, self).__getattribute__(attr)
|
||||||
|
|||||||
Reference in New Issue
Block a user