mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fix overzealous cleanup in awxkit
Introduced this problem with 1e796076f55f81a3cc7864efeb03db3b03312112
This commit is contained in:
parent
23b2b136d6
commit
2a77b8b4b9
@ -131,6 +131,8 @@ class JobTemplate(
|
||||
inventory=Inventory,
|
||||
project=None,
|
||||
**kwargs):
|
||||
if not project:
|
||||
project = Project
|
||||
if not inventory and not kwargs.get('ask_inventory_on_launch', False):
|
||||
inventory = Inventory
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user