$provisionUID

This commit is contained in:
CHIEFSOFT\ameye
2025-01-29 16:06:28 -05:00
parent ebb14712df
commit 323eb7e375
+1 -1
View File
@@ -268,7 +268,7 @@ class Provision extends BaseController
$destinationHomeFolder = "/home/chiefsoft/SITES/" . $ContainerName;
$composer_template_path_local = $partMachineLocal . $provisionUID;
$composer_template_path_remote = $remote_composer_path . $provisionUID;
$ansible_transport_path = $ContainerName;
$ansible_transport_path = $provisionUID; // $ContainerName;
$this->db->query("UPDATE provision_plans SET updated = now() WHERE id = $planId");
$this->db->query("UPDATE members_products SET p_file = p_file + 1 WHERE id = $provisionId");