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:
parent
c3dac79544
commit
b462a186ee
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@ collections:
|
||||||
# Needed for helm/forgejo deployment
|
# Needed for helm/forgejo deployment
|
||||||
- name: kubernetes.core
|
- name: kubernetes.core
|
||||||
version: 2.3.2
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue