mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 03:03:08 +00:00
Add _flushed_hosts dict to store when handlers are flushed and prevent them to be executed too early using _filter_notified_hosts. Add _wait_on_handler_results to wait only for handlers to be completed. Remove only hosts that have been flushed from handler notified list. Fix #31504, #23970