batcave / ansible_server: pin 2 collections that we want specifc versions of.

We want to pin to these versions as the ones that get pulled in by other
collections are too new and don't support our ansible-core version.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-03-27 12:29:30 -07:00
parent c3dac79544
commit b462a186ee

View file

@ -27,3 +27,9 @@ collections:
# Needed for helm/forgejo deployment
- name: kubernetes.core
version: 2.3.2
# Needed for misc playbooks
- name: ansible.netcommon
version: 6.1.3
# Needed because other collections pull in 2.0.0, which we do not want
- name: ansible.posix
version: 1.6.1