summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2015-09-16 09:56:30 -0400
committerJames Cammarata <jimi@sngx.net>2015-09-16 09:56:41 -0400
commit216d63a1ea484ca4224fef01ce1bfb31a533c9d9 (patch)
treefaaa3c4ecd5e47e5060731e63804c4f8d2cfcc3a
parentb2848bd25f7514e82b598300548d2d2e63569bd6 (diff)
downloadansible-216d63a1ea484ca4224fef01ce1bfb31a533c9d9.tar.gz
Tweak sample blocks of blocks a bit more
-rw-r--r--samples/test_blocks_of_blocks.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/test_blocks_of_blocks.yml b/samples/test_blocks_of_blocks.yml
index 2430ab0da0..5be603cc96 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