RuntimeError: maximum recursion depth exceeded while calling a Python object

Hello,

I am using ansible-playbook 1.9.4 and the following command error with the below message:

#ansible-playbook -Kk -i hostfile myfile.yml

RuntimeError: maximum recursion depth exceeded while calling a Python object

Any help would be highly appreciated.

Regards,
VK

Hi, I’m sorry but ansible-1.9.4 is no longer being worked on. So I’m probably not able to fix any bugs that you might have there. Are you able to update to the latest release (2.3.1 at the moment) and try again there? If you’re getting a maximum recursion error there, opening a bug report on https://github.com/ansible/ansible with a reproducer (at minimum, a portion of the playbook which is triggering the problem) will help to diagnose and fix the issue.

Thanks!

-Toshio