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"