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
Error executing "delegate_to" task with mitogen #465
Comments
Thanks for linking it @LuckySB :) The overall ticket for this is #412. It's coming real soon. Sorry for the hassle! |
Awesome, that's great to hear! |
This will be on master in ~10 minutes This should now be fixed on the master branch and will make it into the next release. To be updated when a new release is made, subscribe to https://networkgenomics.com/mail/mitogen-announce/ If you are still experiencing the problem on the current master branch, please do not hesitate to reopen this issue. Thanks for reporting this! |
I'm running into an issue with a task that uses delegate_to. The task definition is below:
If I run ansible-playbook with mitogen the run fails at this task with the following error (-vvv is enabled):
In the post-recap output I also see the following:
Controller
Uname: Linux XXXXXXXXXX 3.13.0-164-generic #214-Ubuntu SMP Wed Dec 5 10:42:33 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
Ansible
ansible-playbook 2.6.11.post0 (stable-2.6 62b4376561) last updated 2019/01/11 21:36:38 (GMT +000)
config file = None
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /opt/ansible/ansible-2.6/lib/ansible
executable location = /opt/ansible/ansible-2.6/bin/ansible-playbook
python version = 2.7.6 (default, Nov 13 2018, 12:45:42) [GCC 4.8.4]
Notes: Running ansible-playbook with 'ANSIBLE_STRATEGY=mitogen_linear' set.
Host(s)
Uname: Linux XXXXXXXXXXXX 3.13.0-164-generic #214-Ubuntu SMP Wed Dec 5 10:42:33 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
Python 2.7.6
The text was updated successfully, but these errors were encountered: