Claude Becker

Results 8 comments of Claude Becker

This could be a duplicate of issue #902. Maybe you can try the proposed fix #903.

Same here. Markdown-it-py 3.0.0 generates the correct url with `&` encoded as `&` ```console $ markdown-it

Possibly a duplicate of #1034, where you can also find possible work-arounds.

Hey @AKrumov Thanks for looking into this. I can confirm that your patch is working for me as well.

Agreed, but despite the lack of official support of Python 3.12, I had no problems running various playbooks with Python3.12 and ansible-core 2.14, 2.15 or 2.16 - but unfortunately only...

Thanks for the quick fix. Works like a charm for scp and rsync.

Ansible 12 is deprecating custom strategy plugins like mitogen: ansible/ansible/issues/84725 > Use of strategy plugins not included in ansible.builtin are deprecated and do not carry any backwards compatibility guarantees. No...

I also get ``` [DEPRECATION WARNING]: 'ansible.parsing.utils.jsonify' is deprecated. This feature will be removed from ansible-core version 2.23. Call `json.dumps` directly instead. ``` Adapting two lines in `ansible_mitogen/mixins.py` to use...