Add option to follow symlinks when scanning for playbooks

This commit is contained in:
Francois Herbert
2020-05-21 12:03:45 +12:00
parent 7939f2d320
commit 4042e78757
4 changed files with 17 additions and 1 deletions
+10
View File
@@ -423,6 +423,16 @@ register(
category_slug='jobs',
)
register(
'AWX_SHOW_PLAYBOOK_LINKS',
field_class=fields.BooleanField,
default=False,
label=_('Follow symlinks'),
help_text=_('Follow symbolic links when scanning for playbooks'),
category=_('Jobs'),
category_slug='jobs',
)
register(
'PRIMARY_GALAXY_URL',
field_class=fields.URLField,