mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Add LETTERS constant.
This commit is contained in:
@@ -41,6 +41,8 @@ __all__ = ['Inventory', 'Host', 'Group', 'InventorySource', 'InventoryUpdate']
|
||||
|
||||
logger = logging.getLogger('awx.main.models.inventory')
|
||||
|
||||
LETTERS = 'abcdefghijklmnopqrstuvwxyz'
|
||||
|
||||
|
||||
class Inventory(CommonModel):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user