Skip to content

Commit 0aed4c5

Browse files
committed
pcp-pmda-openmetrics version 6.3.2
1 parent e9aaffe commit 0aed4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/spark/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
src: spark.url.j2
5959
dest: "{{ __spark_metrics_conf }}"
6060
mode: "{{ '0644'
61-
if ansible_facts.packages['pcp-pmda-openmetrics'][0]['version'] is version('6.3.7', '>=')
61+
if ansible_facts.packages['pcp-pmda-openmetrics'][0]['version'] is version('6.3.2', '>=')
6262
else '0600' }}"
6363
when:
6464
- spark_metrics_provider == 'pcp'

0 commit comments

Comments
 (0)