kolla-ansible/releasenotes/notes/facts-any-errors-fatal-44cae85bc7e225d7.yaml
Radosław Piliszek 5b431f0f7f Allow setting any_errors_fatal true for gather-facts
Kolla Ansible now supports failing execution early if fact collection
fails on any of the hosts. This is to avoid late failures due to missing
facts (especially cross-host).

Change-Id: I7a74b937ded0b9da0621cf413f3a5d0d13a2cd68
Partial-Bug: #1833737
2022-10-10 11:11:15 +00:00

11 lines
430 B
YAML

---
features:
- |
Kolla Ansible now supports failing execution early if fact collection
fails on any of the hosts. This is to avoid late failures due to missing
facts (especially cross-host).
This is possible by setting
``kolla_ansible_setup_any_errors_fatal: true``.
Do note this still supports host fact caching and it will not affect
scenarios with all facts cached (as there is no task to fail).