Skip to content
Snippets Groups Projects

AWX - handling leerer AWX felder

Merged Hahn Axel (hahn) requested to merge rollout-plugins into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -153,7 +153,7 @@ class rollout_awx extends rollout_base {
if (!$aTmp || !count($aTmp) ){
$aReturn[]='echo "ERROR: Value in extravars has wrong Syntax - this is no JSON: '.$aConfig['extravars'].'"';
}
$aConfig['extravars']=json_decode($aTmp, 1);
$aConfig['extravars']=json_encode($aTmp);
}
if(!(int)$aConfig['inventory']){
Loading