-
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
ValueError: this loader cannot find files for ansible.plugins, only ansible_collections.ansible.builtin.plugins #930
Comments
This will likely be fixed by #933 (since I see similar errors in the CI logs). |
Yiou shouldn't have been able to even attempt it with ansible-core 2.13, using that revision. It should have been prevented by this code mitogen/ansible_mitogen/loaders.py Lines 50 to 83 in 89c0cc9
Did you make any modifications to you copy of mitogen? |
Yes |
duplicate of #933 |
ansible-core 2.13.0
ansible 6.0.0b1
ansible-compat 2.1.0
mitogen from Git master branch ( 89c0cc9)
Controller OS: Fedora 36, Python 3.10
Host OS: CentOS 7, Python 3.6
Works without mitogen strategy. Error happens with Python 2 and 3 in the host (set through ansible_python_interpreter)
Which leads to this error:
The text was updated successfully, but these errors were encountered: