mirror of
https://opendev.org/openstack/kolla-ansible.git
synced 2026-01-16 23:12:09 +00:00
Bumped collections in requirements-core.yml to Ansible 12 major versions, see [1]. [1]: https://github.com/ansible-community/ansible-build-data/blob/main/12/ansible-12.1.0.yaml Depends-On: https://review.opendev.org/c/openstack/kolla/+/960307 Co-authored-by: Doug Szumski doug@stackhpc.com Change-Id: If8a29052d8a43ffc0fef11514adabb5e4ab9d977 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
23 lines
589 B
YAML
23 lines
589 B
YAML
---
|
|
collections:
|
|
- name: ansible.netcommon
|
|
source: https://galaxy.ansible.com
|
|
version: <9
|
|
- name: ansible.posix
|
|
source: https://galaxy.ansible.com
|
|
version: <3
|
|
- name: ansible.utils
|
|
source: https://galaxy.ansible.com
|
|
version: <7
|
|
- name: community.crypto
|
|
source: https://galaxy.ansible.com
|
|
version: <4
|
|
- name: community.general
|
|
source: https://galaxy.ansible.com
|
|
version: <12
|
|
- name: community.docker
|
|
source: https://galaxy.ansible.com
|
|
version: <5
|
|
- name: containers.podman
|
|
source: https://galaxy.ansible.com
|
|
version: <2
|