On Thursday 22 November 2018 11:39:53 Daniel Jakots wrote: > On Thu, 22 Nov 2018 10:23:39 -0600, Edward Lopez-Acosta > > <[email protected]> wrote: > > $ cat test.yml > > --- > > - hosts: localhost > > > > tasks: > > - name: testloop > > > > shell: echo "{{ item }}" > > loop: [ 0, 1, 2, 3, 4, 5 ] > > > > This is an issue in ansible 2.7.x. I did not see any list emails for > > this, and checking on IRC others saw similar issues. > > > > My experience with this is limited and I am not sure where to look > > next. Would anyone be able to lend a hand and help me learn while > > this gets solved please? > > The problem is "Add automatic threading initialization for libcrypto." > https://github.com/openbsd/src/commit/3938ed1ebd7560655156b4463ed629b56b149c > 35#diff-14fea22428619a6129735cb456170388 > > Thanks for the PoC, Brent asked how to reproduce the problem so > hopefully it will help him.
I've just committed a fix for this - thanks for the report.
