mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Add warning regarding infinite recursion
This commit is contained in:
@@ -428,7 +428,9 @@ register(
|
|||||||
field_class=fields.BooleanField,
|
field_class=fields.BooleanField,
|
||||||
default=False,
|
default=False,
|
||||||
label=_('Follow symlinks'),
|
label=_('Follow symlinks'),
|
||||||
help_text=_('Follow symbolic links when scanning for playbooks'),
|
help_text=_('Follow symbolic links when scanning for playbooks. Be aware that setting this to True '
|
||||||
|
'can lead to infinite recursion if a link points to a parent directory of itself.'
|
||||||
|
),
|
||||||
category=_('Jobs'),
|
category=_('Jobs'),
|
||||||
category_slug='jobs',
|
category_slug='jobs',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user