diff --git a/awx/ui/client/src/controllers/JobTemplates.js b/awx/ui/client/src/controllers/JobTemplates.js index f1dc484dbd..b8ea1bd888 100644 --- a/awx/ui/client/src/controllers/JobTemplates.js +++ b/awx/ui/client/src/controllers/JobTemplates.js @@ -903,7 +903,7 @@ export function JobTemplatesEdit($filter, $scope, $rootScope, $compile, $locatio $scope.search(relatedSets[set].iterator); } - dft = ($scope.host_config_key === "" || $scope.host_config_key === null) ? 'false' : 'true'; + dft = ($scope.host_config_key === "" || $scope.host_config_key === null) ? false : true; md5Setup({ scope: $scope, master: master,