Fixing calling complted
This commit is contained in:
@@ -493,7 +493,8 @@ class Provision extends BaseController
|
|||||||
$ansibleReturn = $this->ansibleProvision($ansibleToken, $params);
|
$ansibleReturn = $this->ansibleProvision($ansibleToken, $params);
|
||||||
|
|
||||||
log_message('critical', "ANSIBLE RETURN ***** ".$ansibleReturn);
|
log_message('critical', "ANSIBLE RETURN ***** ".$ansibleReturn);
|
||||||
if ( $ansibleReturn == 200 ){
|
if ( $ansibleReturn === 200 ){
|
||||||
|
log_message('critical', "Calling update_To_Completed ***** ".$ansibleReturn);
|
||||||
$this->update_To_Completed($productUid);
|
$this->update_To_Completed($productUid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user