diff --git a/samples/test_blocks_of_blocks.yml b/samples/test_blocks_of_blocks.yml index 2430ab0da09..5be603cc96a 100644 --- a/samples/test_blocks_of_blocks.yml +++ b/samples/test_blocks_of_blocks.yml @@ -5,10 +5,13 @@ - block: - block: - block: - - debug: msg="are we there yet?" + - debug: msg="are we there yet {{foo}}?" always: - debug: msg="a random always block" - fail: rescue: - debug: msg="rescuing from the fail" when: not skip_me|default(False) + - debug: msg="i am the last task" + vars: + foo: bar