From: Mikolaj Kucharski Subject: Re: Ansible 11.8.0 and JMESPathError in json_query filter plugin, invalid type To: ports@openbsd.org Cc: Pavel Korovin Date: Wed, 6 Aug 2025 18:00:53 +0000 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