mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03: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.