Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WARNING]: Collection azure.azcollection does not support Ansible version 2.15.12 #259

Open
phire-tc opened this issue Dec 23, 2024 · 0 comments

Comments

@phire-tc
Copy link

quay.io/ansible/awx-ee:24.6.1 emits this warning:

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'

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant