mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
move credential to prompt-for mechanism
This commit is contained in:
@@ -352,6 +352,7 @@ class BaseTestMixin(QueueTestMixin, MockCommonlySlowTestMixin):
|
||||
'host_config_key': settings.SYSTEM_UUID,
|
||||
'created_by': created_by,
|
||||
'playbook': playbook,
|
||||
'ask_credential_on_launch': True,
|
||||
}
|
||||
opts.update(kwargs)
|
||||
return JobTemplate.objects.create(**opts)
|
||||
|
||||
Reference in New Issue
Block a user