Felix Fontein
Felix Fontein
Ping @ishanjainn - can you please take a look?
@ishanjainn thanks for fixing this! I've downloaded the 6.0.1 tarball, it looks good to me (or at least it didn't contain obvious unexpected things ;) ).
You might want to inspect the created containers, maybe that gives you a hint on what might have went wrong.
The module simply runs `docker compose pull` (with some more options), If that command doesn't complete, then Ansible won't complete either. I don't think there's anything we can do about...
The module exists once the command completes. The actual pulling is done by the Docker daemon, I guess that the daemon finishes pulling, while Compose does not notice that (for...
Thanks for your contribution! I don't think this is a good idea though. We don't want to add new features to the `--encrypt` / `--decrypt` / ... flags, but instead...
You are passing a string, not a list of dictionaries. Pass a list of YAML dictionary, like this: ```yaml - name: Mod wireguard peers ignore_errors: true community.routeros.api_modify: path: "interface wireguard...
The way docker-compose's code abuses the progress event structure always wants to make me cry... stderr output: ```py {"dry-run":true,"id":" ","text":"build service app"} {"dry-run":true,"id":"==\u003e","text":"==\u003e writing image dryRun-7d1043473d55bfa90e8530d35801d4e381bc69f0"} {"dry-run":true,"id":"==\u003e ==\u003e","text":"naming to display-app"}...
#976 should fix this.
@shimaore can you please address the review comments? Thanks. needs_info