We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9aaffe commit 0aed4c5Copy full SHA for 0aed4c5
roles/spark/tasks/main.yml
@@ -58,7 +58,7 @@
58
src: spark.url.j2
59
dest: "{{ __spark_metrics_conf }}"
60
mode: "{{ '0644'
61
- if ansible_facts.packages['pcp-pmda-openmetrics'][0]['version'] is version('6.3.7', '>=')
+ if ansible_facts.packages['pcp-pmda-openmetrics'][0]['version'] is version('6.3.2', '>=')
62
else '0600' }}"
63
when:
64
- spark_metrics_provider == 'pcp'
0 commit comments