You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [Gathering Facts] *********************************************************
ok: [10.4.0.43]
[WARNING]: Collection azure.azcollection does not support Ansible version
2.15.12
The azcollection source: requires_ansible: '>=2.16.0'
quay.io/ansible/awx-ee:24.6.1 emits this warning:
The azcollection source:
requires_ansible: '>=2.16.0'
https://github.com/ansible-collections/azure/blob/dev/meta/runtime.yml#L2
However, awx-ee source:
ansible-core>=2.15.0rc2,<2.16
https://github.com/ansible/awx-ee/blob/devel/execution-environment.yml#L12
Either azure.azcollection needs to be downgraded or, preferably, ansible-core needs to be unpinned so awx-ee can get a version >=2.16.0.
The text was updated successfully, but these errors were encountered: