Skip to content
Snippets Groups Projects
Commit 4ef10276 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/bitegra#35 Fix regex by always quoting it

parent 19e5e5d5
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ redirect: no
name: {{ item.name }}
url: {{ item.url }}
{% if item.regex is defined %}
regex: {{ item.regex|regex_escape() }}
regex: '{{ item.regex|regex_escape() }}'
{% endif %}
{% if item.redirect|default(false) %}
redirect: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment