Update to 2024-05-15 15:01

This commit is contained in:
Daniel Berteaud
2024-05-15 15:01:01 +02:00
parent 64de14d3d5
commit 2c684526ff
19 changed files with 108 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Deploy configuration
template: src={{ item.src }} dest={ item.dest }}
loop:
- src: log4j2.xml.j2
dest: "{{ jmeter_root_dir }}/bin/log4j2.xml"
notify: restart jmeter-server
tags: jmeter