mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Updating host field help text
This commit is contained in:
@@ -342,6 +342,7 @@ class Host(CommonModelNameNotUnique):
|
||||
max_length=1024,
|
||||
blank=True,
|
||||
default='',
|
||||
help_text=_('The value used by the remote inventory source to uniquely identify the host'),
|
||||
)
|
||||
variables = models.TextField(
|
||||
blank=True,
|
||||
|
||||
Reference in New Issue
Block a user