mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 17:24:45 -03:30
Make sure we notify vars_update_on_launch from job details
This commit is contained in:
@@ -1301,6 +1301,7 @@ class JobStart(GenericAPIView):
|
||||
)
|
||||
if obj.can_start:
|
||||
data['passwords_needed_to_start'] = obj.passwords_needed_to_start
|
||||
data['vars_prompt_on_launch'] = obj.vars_prompt_on_launch
|
||||
return Response(data)
|
||||
|
||||
def post(self, request, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user