-
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
Unexpected failure during module execution: mitogen.core.StreamError: cannot unpickle 'ansible.utils.unsafe_proxy'/'AnsibleUnsafeText' #1188
Comments
PS : If i remove |
Hi dyluem, You appear to have skipped over the template of standard questions for new issues. They're there to help rule out common dead ends and misunderstandings. Please answer
Additionally
Thanks, Alex |
Hi Moreati, Thanks for your answer : - Which version of Ansible are you running?
- Is your version of Ansible patched in any way? Classic Ansible version, installed with pip
No, original ansible code. - Have you tried the latest master version from Git? To ? Ansible or Mitogen ? - Mention your host and target OS and versions Host OS : RHEL 8.10 -What happens if you run the failing playbook with vanilla Ansible? I don't know what "Vanilla Ansible" is, sorry I Hope it can help you Thanks for help, Dyluem |
Sorry, "vanilla Ansible" is a term I use for Ansible without any Mitogen, e.g. no |
Yes, Without mitogen, with linear strategy, it works as expected |
Hello,
I have a strange behavior in one of my playbook following the activation of mitogen, with cascading calls.
Here is a simplified example, to reproduce the problem, of my use case :
This is my role "testrole" :
This role is called by a first playbook "light.yml" :
This one is called by a second playbook "medium.yml" :
And then this second playbook is called by a third playbook "master.yml" :
My inventory looks like :
With mitogen strategy activated :
Do you have any idea what the problem is?
Thanks !
EDIT by @moreati: Formatting and syntax highlighting
The text was updated successfully, but these errors were encountered: