Files
2bbb750f1b Skip wait_for_connection for local deployments (#14886)
The wait_for_connection task hangs in certain Docker environments when
using the local provider because Ansible's local connection plugin
doesn't implement the reset method, causing the warning "Reset is not
implemented for this connection" and potential indefinite hangs.

This change adds a condition to skip the task for localhost connections,
following the same pattern used elsewhere in the codebase (e.g., the SSH
wait task on line 40 and the wait_for_connection in ubuntu.yml).

The task is unnecessary for localhost since it always completes instantly
(elapsed: 0) - localhost is always reachable.

Fixes #14627

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-28 02:25:37 -05:00
..
2022-07-30 15:01:24 +03:00