Merge "Fix adding the regex option in grayaml"

This commit is contained in:
Zuul 2021-11-29 12:26:33 +00:00 committed by Gerrit Code Review
commit 41f8cb8832

View File

@ -165,7 +165,7 @@
- name: Add regex option in grafyaml
lineinfile:
path: "{{ browbeat_path }}/.browbeat-venv/lib/python{{installed_python_version}}/site-packages/grafana_dashboards/schema/template/query.py"
insertafter: "self.validate_refresh"
insertafter: "hide"
line: " v.Optional('regex',default=''): v.All(str),"
when: collectd_prometheus