mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Enable user for starting system management jobs.
This commit is contained in:
@@ -2599,6 +2599,7 @@ class SystemJobTemplateLaunch(GenericAPIView):
|
||||
|
||||
model = SystemJobTemplate
|
||||
serializer_class = EmptySerializer
|
||||
is_job_start = True
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
return Response({})
|
||||
|
||||
Reference in New Issue
Block a user