mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
Tweak sample blocks of blocks a bit more
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user