def __init__()

in src/modules/get_cluster_status_db.py [0:0]


    def __init__(self, database_sid: str, ansible_os_family: str = ""):
        super().__init__(ansible_os_family)
        self.database_sid = database_sid
        self.result.update(
            {
                "primary_node": "",
                "secondary_node": "",
                "operation_mode": "",
                "replication_mode": "",
                "primary_site_name": "",
                "AUTOMATED_REGISTER": "false",
            }
        )