mirror of
https://github.com/ansible/awx.git
synced 2026-05-29 19:47:48 -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.