mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Fixing inventoy help text
This commit is contained in:
@@ -178,8 +178,9 @@ class Inventory(CommonModelNameNotUnique, ResourceMixin, RelatedJobsMixin):
|
|||||||
prevent_instance_group_fallback = models.BooleanField(
|
prevent_instance_group_fallback = models.BooleanField(
|
||||||
default=False,
|
default=False,
|
||||||
help_text=(
|
help_text=(
|
||||||
"If enabled, the job template will prevent adding any inventory or organization "
|
"If enabled, the inventory will prevent adding any organization "
|
||||||
"instance groups to the list of preferred instances groups to run on."
|
"instance groups to the list of preferred instances groups to run "
|
||||||
|
"associated job templates on."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user