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