mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Temporarily remove ask_variables for job relaunch
This commit is contained in:
parent
300fb677fa
commit
cfb4361eb4
@ -1882,7 +1882,7 @@ class JobRelaunch(GenericAPIView):
|
||||
obj = self.get_object()
|
||||
data = {}
|
||||
data['passwords_needed_to_start'] = obj.passwords_needed_to_start
|
||||
data['ask_variables_on_launch'] = obj.ask_variables_on_launch
|
||||
#data['ask_variables_on_launch'] = obj.ask_variables_on_launch
|
||||
return Response(data)
|
||||
|
||||
def post(self, request, *args, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user