New keyword: ignore_unreachable (#43857)

This commit is contained in:
jctanner
2018-08-23 11:41:02 -04:00
committed by Ryan Brown
parent 2603604fd6
commit 653d9c0f87
15 changed files with 129 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
major_changes:
- New keyword `ignore_unreachable` for plays and blocks. Allows ignoring tasks that fail due to unreachable hosts, and check results with `is unreachable` test.