Provision :: runAnsibleShell(output)

This commit is contained in:
CHIEFSOFT\ameye
2025-01-22 20:27:46 -05:00
parent 51b9f61347
commit bb6694a658
+1 -1
View File
@@ -13,7 +13,7 @@ class Provision extends BaseController
$this->updateProvision(); $this->updateProvision();
$this->runAnsibleShell(); // $this->runAnsibleShell();
return 0; return 0;
} }