mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-26 16:26:26 +00:00
The cloud.common collection is incompatible with ansible-core >= 2.19.0. With the current testing matrix using Python 3.12 and the ansible milestone (currently 2.22), this incompatibility causes integration tests to fail. Instead of completely removing turbo mode from the testing matrix, this commit adds ansible-core 2.18 to the matrix and excludes the combination of the ansible milestone and turbo mode. The checkout and installation of the cloud.common collection are now conditionally executed only when turbo mode is enabled.