mirror of https://github.com/ansible/ansible.git
parent
74cdffe30d
commit
e38b3e64fd
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- Correctly count rescued tasks in play recap (https://github.com/ansible/ansible/issues/79711)
|
||||||
@ -0,0 +1,17 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
gather_facts: false
|
||||||
|
tasks:
|
||||||
|
- block:
|
||||||
|
- block:
|
||||||
|
- debug:
|
||||||
|
- name: EXPECTED FAILURE
|
||||||
|
fail:
|
||||||
|
rescue:
|
||||||
|
- debug:
|
||||||
|
- debug:
|
||||||
|
- name: EXPECTED FAILURE
|
||||||
|
fail:
|
||||||
|
always:
|
||||||
|
- debug:
|
||||||
|
always:
|
||||||
|
- debug:
|
||||||
Loading…
Reference in New Issue