From 2a0b179704964a6a5069a02bcb866d115cc176a2 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Wed, 17 Nov 2021 15:51:17 -0500 Subject: [PATCH] intentionally fail after lots of messages --- chatty_tasks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chatty_tasks.yml b/chatty_tasks.yml index f58dc714a7..8ba7e09fe4 100644 --- a/chatty_tasks.yml +++ b/chatty_tasks.yml @@ -8,3 +8,5 @@ - debug: msg: "This is a debug message: {{ item }}" with_sequence: 'count={{ num_messages }}' + - fail: + msg: "Fail at the end and see if we still process all the events"