community.docker/plugins/modules
Jonas Geiler a3f9c21228
fix(docker_compose_v2): use correct flag for assume_yes (#1054)
* fix: use correct flag for `assume_yes`

The correct flag is `--y`, not `--yes`.

* refactor(docker_compose_v2): use `-y` instead of `--y` to ensure future compatibility

Maybe they'll change it back to `--yes` sometime, so I'll use the short form that most likely won't change.

* docs(docker_compose_v2): add note about `-y` flag

Co-authored-by: Felix Fontein <felix@fontein.de>

* chore: add changelog fragment

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-03-10 22:18:45 +01:00
..
current_container_facts.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_compose_v2_exec.py Also mention glob patterns and redirects. (#1032) 2025-01-25 22:26:17 +01:00
docker_compose_v2_pull.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_compose_v2_run.py fix: docker_compose_v2_run: don't need sanitize labels (#1034) 2025-02-02 17:27:28 +01:00
docker_compose_v2.py fix(docker_compose_v2): use correct flag for assume_yes (#1054) 2025-03-10 22:18:45 +01:00
docker_config.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_container_copy_into.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_container_exec.py Also mention glob patterns and redirects. (#1032) 2025-01-25 22:26:17 +01:00
docker_container_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_container.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_context_info.py Prepare 4.4.0 release. 2025-02-13 21:10:00 +01:00
docker_host_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_build.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_export.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_load.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_pull.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_push.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_remove.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_tag.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_login.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_network_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_network.py docker_network: add enable_ipv4 option (#1049) 2025-03-01 15:03:43 +01:00
docker_node_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_node.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_plugin.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_prune.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_secret.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_stack_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_stack_task_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_stack.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_swarm_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_swarm_service_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_swarm_service.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_swarm.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_volume_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_volume.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00