mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Tweak sample blocks of blocks a bit more
This commit is contained in:
parent
30552cf7e9
commit
24ffa5f230
1 changed files with 4 additions and 1 deletions
|
@ -5,10 +5,13 @@
|
||||||
- block:
|
- block:
|
||||||
- block:
|
- block:
|
||||||
- block:
|
- block:
|
||||||
- debug: msg="are we there yet?"
|
- debug: msg="are we there yet {{foo}}?"
|
||||||
always:
|
always:
|
||||||
- debug: msg="a random always block"
|
- debug: msg="a random always block"
|
||||||
- fail:
|
- fail:
|
||||||
rescue:
|
rescue:
|
||||||
- debug: msg="rescuing from the fail"
|
- debug: msg="rescuing from the fail"
|
||||||
when: not skip_me|default(False)
|
when: not skip_me|default(False)
|
||||||
|
- debug: msg="i am the last task"
|
||||||
|
vars:
|
||||||
|
foo: bar
|
||||||
|
|
Loading…
Reference in a new issue