7ef3dc2b8b
Change: - We were passing a directory name directly to re.compile(). If the directory isn't valid regex (or is) this can have odd side effects, such as crashing. - Fix a few other similar cases, but less likely to be a real issue. Test Plan: - New test Signed-off-by: Rick Elrod <rick@elrod.me>
4 lines
207 B
YAML
4 lines
207 B
YAML
bugfixes:
|
|
- >-
|
|
ansiballz - avoid treating path to site_packages as regex; escape it.
|
|
This prevents a crash when ansible is installed to, or running from, an oddly named directory like ``ansi[ble``
|