Provision Socket Calls

This commit is contained in:
CHIEFSOFT\ameye
2026-05-19 20:17:47 -04:00
parent 956d9e4960
commit 5cc0cbfb8b
+1
View File
@@ -925,6 +925,7 @@ class Provision extends BaseController
log_message('critical', "Calling WHY PATH update_To_Completed ***** " . $ansibleReturn); log_message('critical', "Calling WHY PATH update_To_Completed ***** " . $ansibleReturn);
$this->update_provision_to_completed($productUid); $this->update_provision_to_completed($productUid);
} }
$this->create_provision_action($member_id, $productUid, "Provisioning Completed", true);
} }
return 0; return 0;
} }