
This will allow users to write post-run playbooks that skip running certain tasks on unreachable hosts. Change-Id: I04106ad0222bcd8073ed6655a8e4ed77f43881f8
8 lines
293 B
YAML
8 lines
293 B
YAML
---
|
|
features:
|
|
- |
|
|
When a remote host in a job is found to be unreachable, Zuul will
|
|
automatically add it to a new group named `zuul_unreachable` for
|
|
all subsequent playbooks. This can be used to avoid running
|
|
certain post-run steps on hosts already known to be unreachable.
|