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