Add RHDP dependencies to APD EE definition (#203)

This commit is contained in:
Matthew Fernandez
2024-11-18 16:18:54 -05:00
committed by GitHub
parent 5581e790f6
commit 3137ce1090

View File

@@ -59,5 +59,15 @@ collections:
version: ">=3.0.1"
- name: redhat.openshift_virtualization
version: ">=1.4.0"
# for RHDP
- name: ansible.utils
version: ">=5.1.0"
- name: kubevirt.core
version: ">=2.1.0"
- name: community.okd
version: ">=4.0.0"
- name: https://github.com/rhpds/assisted_installer.git
type: git
version: "v0.0.1"
...