Alex Willmer
Alex Willmer
Could you provide a minimal reproduction without ARA (e.g. single task playbook or /usr/bin/ansible invocation)? I don't think ARA would make a difference, but it's hard for me to rule...
Thank you, would you be able to rebase this, include a changelog entry, and an automated test case? If not don't worry, I can have a go.
The PR number is good enough for the changelog. I'll try to look at the devenv instructions.
> Seems to be only triggered when using `with_items` and the destination filenames have an extension. Holy smoke this bug is specific, even `loop:` doesn't trigger it. It's also stealth,...
@jrosser please could you tick "Allow edits and access to secrets by maintainers" on this PR and #1110? This should allow me to push to the branches in question. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork...
> @jrosser please could you tick "Allow edits and access to secrets by maintainers" On second thoughts that probably won't work. github.com/bbc is an organisation account not a personal account,...
Works for me. 1. What is the absolute path to your MItogen 0.3.9 install? 2. In ansible.cfg what is the value of `strategy_plugins`? Or alternatively the environment variable `ANSIBLE_STRATEGY_PLUGINS`? Using...
Sorry for the wait. I wasn't able to to reproduce this error, with the following ```yaml - hosts: localhost vars: ansible_python_interpreter: /usr/bin/python3.11 tasks: - wait_for: host: localhost port: 22 state:...
New release v0.3.21 includes #1215.
I suspect the following sequence/factors - Mitogen is not shortcircuiting the `meta` action correctly, on the controller - Ansible is attempting to discover the target python interpreter - Ansible 9...