Skip to content
Snippets Groups Projects
Verified Commit f17b9783 authored by Chris Croome's avatar Chris Croome
Browse files

tweak regex

parent 2adc7cab
No related branches found
No related tags found
No related merge requests found
Pipeline #32661 passed
......@@ -29,7 +29,7 @@ mariadb_jpq:
mariadb_regex:
config_path: "^{{ mariadb_config_file_path_prefix | ansible.builtin.regex_escape }}"
systemd_path: "^{{ mariadb_systemd_units_file_path_prefix | ansible.builtin.regex_escape }}"
distros: "^{{ mariadb_mysqltuner_versions | community.general.json_query('[].distro') | join('|') }}$"
distros: "^({{ mariadb_mysqltuner_versions | community.general.json_query('[].distro') | join('|') }})$"
# MySQLTuner distro versions
# https://packages.debian.org/trixie/mysqltuner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment