Commit 24ffa5f2 by James Cammarata

Tweak sample blocks of blocks a bit more

parent 30552cf7
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment