-
Notifications
You must be signed in to change notification settings - Fork 199
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
Ansible core 2.13 support #929
Comments
Same error after upgrading to ansible 6.0.0 on my mac ✗ ansible --version ERROR! Your Ansible version ((2, 13, 1)) is too recent You can use this to stick to your current (working) ansible version, for example 5.7.1 ansible version worked with mitogen Tried your referenced commit
|
Any update when this commit will be merged and released? This is a blocker for implementing Mitogen. |
@cfarrell987 The PR is still a draft. #933 Perhaps comment there on the progress of it? 😃 For the time being you can pin |
Quick question, after updating to the most recent commit I'm still getting
The ansible version used is
What could possibly cause this? |
I don't know, and to my knowledge it doesn't happen in the integration tests. Could you raise a new issue, with a minimal playbook that reproduces the error? |
Yes of course, thanks! |
with latest mitogen #929 released, still getting some weird error :/
|
The Broker error is also making many of our playbooks fail at random tasks, as soon as I upgrade from ansible 5.10.0 (ansible-core 2.12.7) to ansible 6.2.0 (ansible-core 2.13.2) - for the same mitogen at current master 8cda5f5. I can confirm the statement from #925 that commenting out the Update: this has been fixed by commit 0af2ce8 |
@upekkha I tried with Ansible 6.3.0 and python 3.8. Getting similar issue with use of loop while copying template files to destination in particular. |
same here:
mitogen version: 0.3.3 |
Ansible core 2.13 dropped so mitogen needs to be updated again
The text was updated successfully, but these errors were encountered: