mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
change inventory error warning
This commit is contained in:
parent
526e04a00c
commit
78148da55c
@ -88,7 +88,7 @@ class AdHocCommand(UnifiedJob):
|
||||
def clean_inventory(self):
|
||||
inv = self.inventory
|
||||
if not inv:
|
||||
raise ValidationError('Inventory is no longer available.')
|
||||
raise ValidationError('No valid inventory.')
|
||||
return inv
|
||||
|
||||
def clean_credential(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user