mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
remove ask_vars from job_start endpoint
This commit is contained in:
parent
81f0662161
commit
5f1aeb0f4e
@ -3624,7 +3624,6 @@ class JobStart(GenericAPIView):
|
||||
)
|
||||
if obj.can_start:
|
||||
data['passwords_needed_to_start'] = obj.passwords_needed_to_start
|
||||
data['ask_variables_on_launch'] = obj.ask_variables_on_launch
|
||||
return Response(data)
|
||||
|
||||
def post(self, request, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user