1
0
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:
AlanCoding 2019-05-01 13:39:25 -04:00
parent 81f0662161
commit 5f1aeb0f4e
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -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):