1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Properly fail out of the task loop in the linear strategy on failures (v2)

This commit is contained in:
James Cammarata 2015-05-05 13:41:32 -05:00
parent fba5588028
commit 8fae2abed4
3 changed files with 19 additions and 1 deletions

View 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..."