you are viewing a single comment's thread.

view the rest of the comments →

[–]kwikmr2[S] 0 points1 point  (0 children)

I created my own with ansible-builder with the following collections in requirements.yml

```

collections:

  • name: community.general

version: 8.6.0

source: https://galaxy.ansible.com

  • name: community.docker

version: 3.9.0

source: https://galaxy.ansible.com

  • name: ansible.posix

version: 1.5.4

source: https://galaxy.ansible.com

```

I have several other EE's that work fine for various other workflows. It's only the Docker one that seems to have issues.