mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
remove ask_vars from job_start endpoint
This commit is contained in:
@@ -3624,7 +3624,6 @@ class JobStart(GenericAPIView):
|
|||||||
)
|
)
|
||||||
if obj.can_start:
|
if obj.can_start:
|
||||||
data['passwords_needed_to_start'] = obj.passwords_needed_to_start
|
data['passwords_needed_to_start'] = obj.passwords_needed_to_start
|
||||||
data['ask_variables_on_launch'] = obj.ask_variables_on_launch
|
|
||||||
return Response(data)
|
return Response(data)
|
||||||
|
|
||||||
def post(self, request, *args, **kwargs):
|
def post(self, request, *args, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user