Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore "skipping: no hosts matched" message
In ansible@159aa26 the result of _get_serialized_branches when no hosts were matched changed from [[]] to []. Thus, the v2_playbook_on_no_hosts_matched callback would not fire. Change the check so we get the error message again. Fixes ansible#17706
- Loading branch information