summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/set_stats/test_aggregate.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/set_stats/test_aggregate.yml')
-rw-r--r--test/integration/targets/set_stats/test_aggregate.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/integration/targets/set_stats/test_aggregate.yml b/test/integration/targets/set_stats/test_aggregate.yml
new file mode 100644
index 0000000..7f12895
--- /dev/null
+++ b/test/integration/targets/set_stats/test_aggregate.yml
@@ -0,0 +1,13 @@
+---
+- hosts: testhost
+ gather_facts: false
+ tasks:
+ - name: First set_stats
+ set_stats:
+ data:
+ my_int: 10
+
+ - name: Second set_stats
+ set_stats:
+ data:
+ my_int: 15