Dmitriy Rabotyagov 45f66c28b8 Ensure that first/last host detection is deterministic
With ansible-core 2.16 a breaking changes landed [1] to some filters
making their result returned in arbitrary order. With that, we were
relying on them to always return exactly same ordered lists.

With that we need to ensure that we still have determenistic behaviour
where this is important.

[1] https://github.com/ansible/ansible/issues/82554

Change-Id: Ia1a84f97ac86cfb621cd50958ff8eaf55655596e
2024-07-22 16:18:24 +02:00
..