Skip to content

Commit

Permalink
Tweak sample blocks of blocks a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Sep 16, 2015
1 parent 30552cf commit 24ffa5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/test_blocks_of_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 24ffa5f

Please sign in to comment.