Download raw body.
Ansible 11.8.0 and JMESPathError in json_query filter plugin, invalid type
Ansible 11.8.0 and JMESPathError in json_query filter plugin, invalid type
Ansible 11.8.0 and JMESPathError in json_query filter plugin, invalid type
On Wed, Aug 06, 2025 at 05:31:13PM +0000, Mikolaj Kucharski wrote:
> Hi Stuart.
>
> Sure. See inlined patch below.
>
> On Wed, Aug 06, 2025 at 06:02:21PM +0100, Stuart Henderson wrote:
> > please use ${PATCHORIG} not .orig.port
> >
I could also do this:
- find ${PREFIX} -type f \( -name '.*' -o -name '*.orig' \) -delete
+ find ${PREFIX} -type f \( -name '.*' -o -name '*${PATCHORIG}' \) -delete
instead of my previous patch which was:
+ find ${PREFIX} -type f \( -name '.*' -o -name '*.orig' -o -name '*${PATCHORIG}' \) -delete
--
Regards,
Mikolaj
Ansible 11.8.0 and JMESPathError in json_query filter plugin, invalid type
Ansible 11.8.0 and JMESPathError in json_query filter plugin, invalid type
Ansible 11.8.0 and JMESPathError in json_query filter plugin, invalid type