Remove old uses of CustomInventoryScript

some uses are minor references

Fix some test fails
This commit is contained in:
Alan Rominger
2021-04-12 14:54:44 -04:00
parent 38352063e8
commit a54aab9717
8 changed files with 18 additions and 61 deletions

View File

@@ -235,11 +235,7 @@ register(
'AWX_ISOLATION_BASE_PATH',
field_class=fields.CharField,
label=_('Job execution path'),
help_text=_(
'The directory in which Tower will create new temporary '
'directories for job execution and isolation '
'(such as credential files and custom inventory scripts).'
),
help_text=_('The directory in which Tower will create new temporary directories for job execution and isolation (such as credential files).'),
category=_('Jobs'),
category_slug='jobs',
)