mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Wrong base class for Custom Inventory Scripts
This commit is contained in:
parent
0357bd074e
commit
6f2a354b6e
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user