Felix Fontein
Felix Fontein
Hmm, this is not so trivial to implement. Simply passing on the array of strings from the command line arguments on as a new command is simple, but that doesn't...
An idea by @pgassmann (https://github.com/ansible-collections/community.docker/pull/739#issuecomment-1898900388) would be to use the returned `actions`.
I think this is a documentation bug. Implementing this would be a new feature, not a bugfix, since the module never supported this as far as I can tell.
I think there was an issue or discussion before where validation of `.sops.yaml` files came up, but I can't find it right now. It would be great to have validation,...
ping @vivaswatDev needs_info
In theory you could use your own CA certificate and pass it with the `ca_path` option, but right now it's not possible to pass that on to `fetch_file()`, so it's...
This can now be done with the `docker_compose_v2_pull` module. (That one also uses the `docker compose` CLI.)
The community.docker.docker_compose module has been removed from today's 4.0.0 release. If you are still using it, please upgrade to community.docker.docker_compose_v2, which no longer uses the End of Life versions Docker...
See also #3670.
Implemented in #9167.