Merge "Fix adding the regex option in grayaml"
This commit is contained in:
commit
41f8cb8832
@ -165,7 +165,7 @@
|
|||||||
- name: Add regex option in grafyaml
|
- name: Add regex option in grafyaml
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: "{{ browbeat_path }}/.browbeat-venv/lib/python{{installed_python_version}}/site-packages/grafana_dashboards/schema/template/query.py"
|
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),"
|
line: " v.Optional('regex',default=''): v.All(str),"
|
||||||
|
|
||||||
when: collectd_prometheus
|
when: collectd_prometheus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user