Alex Willmer
Alex Willmer
It looks like https://github.com/jamesmmchugh/wide-github is a fork that matches any URL. Or prawnpie/wide-github@20c700252f76ff652de88fce4fbf5f05ee82a5c5 shows how to make a version specific to your organisation.
I've finished the migration to Ansible collections. Should now be installable using `ansible-galaxy collection install moreati.jq`, and invocable as `{{ your_var | moreati.jq.jq(your_expr) }}`. Hope it works for you. Tests...
I'm going to take a stab at this. My plan is to rebase on the CPython 3.7 code.
I've been unable to get the _pickle module from Python 3.7 working on Python 3.6. My efforts are in https://github.com/moreati/pikl/tree/zodbpickle-py37-backport. I'll try again with _pickle from 3.6 on 3.5.
They're part of the extension registry, which is used by roughly nobody AFAICT, https://github.com/moreati/pickle-fuzz#extension-registry has an example of it's use. I'll play around to see what happens.
The new test passed under Mitogen, it should have failed ``` TASK [Exercise ansible_remote_tmp dest=canary, mode=u=rw,go=, content=Created by integration/context_service/remote_tmp.yml ] *** Tuesday 21 May 2024 12:26:32 +0000 (0:00:00.076) 0:08:33.434 ***********...
With PR #1114 merged into master the Ansible connection password (e.g. `ansible_password`, `ansible_ssh_pass`) is templated. Now that I've found a reasonable way to do this, others should follow.
> Ansible connection password (e.g. `ansible_password`, `ansible_ssh_pass`) is templated Now released in 0.3.12
Mitogen 0.3.14 is out. It includes support for templated `ansible_become_user`, `become_user, etc. Thanks to @mordekasg.
Mitogen 0.3.15 is out. It supports templated SSH arguments and become password.