mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
bump versions of Galaxy collection requirements
Implement 2.9 version policy Update ec2 collection name Enable ovirt, refresh test files Put in upstream forks to get it running for now pick up openstack.cloud fix
This commit is contained in:
@@ -2,12 +2,16 @@
|
||||
collections:
|
||||
- name: awx.awx
|
||||
version: 9.3.0
|
||||
source: https://galaxy.ansible.com
|
||||
- name: azure.azcollection
|
||||
version: 0.1.1 # https://github.com/ansible-collections/azure/issues/55
|
||||
# - name: ansible.amazon # needs to be published
|
||||
- name: theforeman.foreman # needs inventory plugin published
|
||||
- name: google.cloud # https://github.com/ansible-collections/ansible_collections_google/pull/167
|
||||
# - name: openstack.cloud # needs to be published
|
||||
- name: community.vmware # needs patch https://github.com/ansible-collections/vmware/pull/58
|
||||
- name: ovirt.ovirt_collection # new fix published
|
||||
version: 0.1.1 # questionable https://github.com/ansible-collections/azure/issues/55
|
||||
- name: amazon.aws
|
||||
version: 0.1.0
|
||||
- name: theforeman.foreman
|
||||
version: 0.7.0 # contains the inventory plugin, but more patches are needed
|
||||
- name: google.cloud
|
||||
version: 0.0.9 # contains PR 167, should be good to go
|
||||
- name: openstack.cloud
|
||||
version: 0.0.1-dev85 # earlier had checksum mismatch
|
||||
- name: alancoding.vmware # FIXME needs patch https://github.com/ansible-collections/vmware/pull/58
|
||||
- name: ovirt.ovirt_collection
|
||||
version: 1.0.1 # new fix published, should be good to go
|
||||
|
||||
Reference in New Issue
Block a user