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

support ansible 2.12.1 #80

Open
yairsd opened this issue Jan 26, 2022 · 1 comment
Open

support ansible 2.12.1 #80

yairsd opened this issue Jan 26, 2022 · 1 comment

Comments

@yairsd
Copy link

yairsd commented Jan 26, 2022

hello team
are we plan to support ibm.cloudcollection with ansible 2.12.1?
i get warning [WARNING]: Collection ibm.cloudcollection does not support Ansible version 2.12.1

@jaywcarman
Copy link
Collaborator

@Anil-CM What is the purpose of requiring Ansible version <2.11? (18cb24c). I just tried a few modules with Ansible 2.12.1 and everything worked fine.

I think a good approach would be to allow new versions until something breaks, then either fix it or add a constraint.

diff --git a/meta/runtime.yml b/meta/runtime.yml
index a74a6c92..817972b1 100644
--- a/meta/runtime.yml
+++ b/meta/runtime.yml
@@ -1 +1 @@
-requires_ansible: ">=2.9.2,<2.11"
+requires_ansible: ">=2.9.2"

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

No branches or pull requests

2 participants