Update to 2024-05-02 11:01

This commit is contained in:
Daniel Berteaud
2024-05-02 11:01:29 +02:00
parent 649b1c50ee
commit 38d6895850
14 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Create jmeter system user
user:
name: "{{ jmeter_user }}"
system: True
#shell: /sbin/nologin
home: "{{ jmeter_root_dir }}"
tags: jmeter