mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Fixing log message
This commit is contained in:
@@ -35,7 +35,7 @@ angular.module('VariablesHelper', ['Utilities'])
|
|||||||
|
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
$log.info('Attempt to parse extra_vars as JSON failed. Send the yaml from the backend');
|
$log.info('Attempt to parse extra_vars as JSON failed. Check that the variables parse as yaml. Set the raw string as the result.');
|
||||||
try {
|
try {
|
||||||
// do safeLoad, which well error if not valid yaml
|
// do safeLoad, which well error if not valid yaml
|
||||||
json_obj = jsyaml.safeLoad(variables);
|
json_obj = jsyaml.safeLoad(variables);
|
||||||
|
|||||||
Reference in New Issue
Block a user