mirror of https://github.com/ansible/ansible.git
Properly fail out of the task loop in the linear strategy on failures (v2)
parent
fba5588028
commit
8fae2abed4
@ -0,0 +1,9 @@
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- fail:
|
||||
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- debug: msg="you should not see me..."
|
Loading…
Reference in New Issue