mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Properly fail out of the task loop in the linear strategy on failures (v2)
This commit is contained in:
9
samples/test_play_failure.yml
Normal file
9
samples/test_play_failure.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- fail:
|
||||
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- debug: msg="you should not see me..."
|
||||
Reference in New Issue
Block a user