Unexpected failure during module execution: mitogen.core.StreamError: cannot unpickle 'ansible.utils.unsafe_proxy'/'AnsibleUnsafeText' #1188
Labels
affects-0.3
Issues related to 0.3.X Mitogen releases
bug
Code feature that hinders desired execution outcome
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 :
$ ansible-playbook light.yml -i inv.ini
$ ansible-playbook medium.yml -i inv.ini
Do you have any idea what the problem is?
Thanks !
The text was updated successfully, but these errors were encountered: