mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Temporarily remove ask_variables for job relaunch
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user