Template id
This commit is contained in:
@@ -269,7 +269,7 @@ class Provision extends BaseController
|
|||||||
$this->db->query("UPDATE provision_plans SET updated = now() WHERE id = $planId");
|
$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");
|
$this->db->query("UPDATE members_products SET p_file = p_file + 1 WHERE id = $provisionId");
|
||||||
$params = [
|
$params = [
|
||||||
"template_id"=> 1,
|
"template_id"=> 2,
|
||||||
"debug"=> false,
|
"debug"=> false,
|
||||||
"dry_run"=> false,
|
"dry_run"=> false,
|
||||||
"playbook"=> $playbook,
|
"playbook"=> $playbook,
|
||||||
|
|||||||
Reference in New Issue
Block a user