mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Added YAML support to Host and Group variable data. User can enter variables in either format, UI will parse it and send to API as JSON. Fixed post to /hosts/N/variable_data and /groups/N/variable_data so that JSON is sent as an object rather than a string.
This commit is contained in:
@@ -51,7 +51,8 @@ angular.module('ansible', [
|
||||
'JobEventFormDefinition',
|
||||
'JobHostDefinition',
|
||||
'GroupsHelper',
|
||||
'HostsHelper'
|
||||
'HostsHelper',
|
||||
'ParseHelper'
|
||||
])
|
||||
.config(['$routeProvider', function($routeProvider) {
|
||||
$routeProvider.
|
||||
|
||||
Reference in New Issue
Block a user