Skip to content

any_errors_fatal: do not mark unreachable hosts as failed - #82852

Open
mkrizek wants to merge 1 commit into
ansible:develfrom
mkrizek:issue-82834
Open

any_errors_fatal: do not mark unreachable hosts as failed#82852
mkrizek wants to merge 1 commit into
ansible:develfrom
mkrizek:issue-82834

Conversation

@mkrizek

@mkrizek mkrizek commented Mar 19, 2024

Copy link
Copy Markdown
Contributor
SUMMARY

Fixes #82834

ci_complete

ISSUE TYPE
  • Bugfix Pull Request

@mkrizek
mkrizek marked this pull request as draft March 19, 2024 16:35
@ansibot ansibot added bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. labels Mar 19, 2024
@mkrizek
mkrizek marked this pull request as ready for review March 20, 2024 14:07
@nitzmahone nitzmahone removed the needs_triage Needs a first human triage before being processed. label Mar 21, 2024
@nitzmahone

Copy link
Copy Markdown
Member

We might need to consider either making any_errors_fatal accept a non-boolean or use another keyword, because this is almost certainly a breaking change as-is. This functionality is sorely needed, but we need to work through the backward-compat implications.

@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Mar 28, 2024
@ansibot ansibot added the stale_pr This PR has not been pushed to for more than one year. label Mar 24, 2025
@ansibot ansibot removed the stale_pr This PR has not been pushed to for more than one year. label Sep 5, 2025
@mkrizek mkrizek changed the title any_errors_fatal: do not fail unreachable hosts any_errors_fatal: do mark unreachable hosts as failed Sep 5, 2025
@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Sep 5, 2025
@mkrizek mkrizek changed the title any_errors_fatal: do mark unreachable hosts as failed any_errors_fatal: do not mark unreachable hosts as failed Sep 5, 2025
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Sep 5, 2025
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Sep 22, 2025
@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Mar 18, 2026
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Mar 27, 2026
@ansibot ansibot added the needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug This issue/PR relates to a bug. has_issue needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

any_errors_fatal doesn't work when a remote host is unreachable in the given batch

3 participants