mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
Escape name__regex and name__iregex. Escaping the value for those keys when creating a smart inventory is a work around for the pyparsing code on the API side for special characters. This will just display an extra escape when showing the host_filter on details page.