ansible/hacking/templates/js.j2

6 lines
99 B
Text
Raw Normal View History

function AnsibleModules($scope) {
$scope.modules = @{ json }@;
$scope.orderProp = "module";
}