James Myatt

Results 168 comments of James Myatt

Oh. There's an activation table per feature: https://pixi.sh/latest/reference/pixi_manifest/#the-feature-table.

But maybe that section needs to be updated to make it clearer all of the places the activation table can be defined.

Thank you. It's still open. But I can't assign it since I'm not a maintainer.

> > This used to work. > > Do you have a bit more precise information with which versions of community.docker and ansible-core this used to work? Sorry. No. I...

For what it's worth, the Docker versions are 24.0.1 locally and 24.0.2 on the host. Confusingly, running that command directly at the command prompt works fine. I'm pretty sure it...

The playbook you posted does work on the machine hosting the docker container, but doesn't work from another machine. Even when adding `ansible_docker_extra_args: "-H=tcp://192.168.1.168:2375"` to the `add_host` task on either...

I never figured this out, but instead I worked around it. Thanks for your help. Instead, I changed it to connect to the docker host via SSH instead: ``` ansible_docker_extra_args:...