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 ce77f64 commit 4090104Copy full SHA for 4090104
roles/multibench_run/tasks/main.yml
@@ -20,6 +20,14 @@
20
delegate_to: "{{ multibench_host }}"
21
become: true
22
23
+- name: Generate input json file for multibench run
24
+ ansible.builtin.template:
25
+ src: templates/all-in-one.json.j2
26
+ dest: "{{ multibench_script_dir }}/all-in-one.json"
27
+ mode: '0644'
28
+ delegate_to: "{{ multibench_host }}"
29
+ become: true
30
+
31
- name: Creating an output directory if needed
32
when:
33
- multibench_run_output_dir is undefined
0 commit comments