Results 37 comments of Toralf Förster

> Hi Stephen. Again thank you for your work on this so usefull ansible modules. Do you think about merging this fix ? +1

> Instead, it's possible that the problem is related to an Ansible module installed locally on your system, which might be responsible for spamming the syslog. Pfr - will check...

I silenced them with ``` skip_list: - experimental ``` for now

FWIW Gentoo allows to have multiple Python versions being installed in parallel. The particular version is then symlinked: ``` $ ls -l /usr/bin/python* lrwxrwxrwx 1 root root 13 Apr 13...

> [@toralf](https://github.com/toralf) Thanks for reporting this issue. Could you please check [#77325](https://github.com/ansible/ansible/issues/77325) since the traceback is similar? looks similar, I had about 90 hosts in a play. **Update**: and I...

What might be interesting I had more systems than forks (108 > 96) and a couple of them gave an ssh error b/c the known host key was outdated and...

I'm facing this with Ansible 13 too (Python 3.13 Gentoo stable hardened)