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