mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
remove scan job choice from launch endpoint
This commit is contained in:
@@ -2734,6 +2734,7 @@ class JobTemplateDetail(RetrieveUpdateDestroyAPIView):
|
||||
class JobTemplateLaunch(RetrieveAPIView, GenericAPIView):
|
||||
|
||||
model = JobTemplate
|
||||
metadata_class = JobTypeMetadata
|
||||
serializer_class = JobLaunchSerializer
|
||||
is_job_start = True
|
||||
always_allow_superuser = False
|
||||
|
||||
Reference in New Issue
Block a user