comment auto call
This commit is contained in:
@@ -31,7 +31,7 @@ class Provision extends BaseController
|
|||||||
];
|
];
|
||||||
foreach ($provArrv as $svv){
|
foreach ($provArrv as $svv){
|
||||||
$tgt = $ansible_folder = str_replace(".", "_", $svv).".yml";
|
$tgt = $ansible_folder = str_replace(".", "_", $svv).".yml";
|
||||||
$this->runAnsibleShell($tgt);
|
// $this->runAnsibleShell($tgt);
|
||||||
}
|
}
|
||||||
// $this->runAnsibleShell('94099_devprov_mermsemr_com.yml');
|
// $this->runAnsibleShell('94099_devprov_mermsemr_com.yml');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user