mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Wrong base class for Custom Inventory Scripts
This commit is contained in:
@@ -1234,7 +1234,7 @@ class InventoryUpdate(UnifiedJob, InventorySourceOptions):
|
||||
def task_impact(self):
|
||||
return 50
|
||||
|
||||
class CustomInventoryScript(CommonModel):
|
||||
class CustomInventoryScript(CommonModelNameNotUnique):
|
||||
|
||||
class Meta:
|
||||
app_label = 'main'
|
||||
|
||||
Reference in New Issue
Block a user