mirror of https://github.com/ansible/ansible.git
Fixes #79711
ci_complete
(cherry picked from commit e38b3e64fd
)
pull/79770/head
parent
3a21caa217
commit
c297ee9b5d
@ -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