Skip to content
Snippets Groups Projects
Commit 22a5e134 authored by Ross McDonald's avatar Ross McDonald
Browse files

Added a display task for stress output.

parent 2b9e1889
Branches
Tags
No related merge requests found
......@@ -9,4 +9,10 @@
- name: Run stress tool
command: influx_stress -config /etc/influxdb/stress.toml
register: influx_stress_run
when: influxdb_run_stress
- name: Display run output
debug:
var: influx_stress_run.stdout
when: influxdb_run_stress
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment