module docker_compose_v2_run: fix env argument (#992)

* module docker_compose_v2_run: fix env argument

* fix missing "--env" in docker_compose_v2_exec, and added changelog fragment

* Update changelogs/fragments/992-module-docker_compose_v2_run-fix-env-argument.yml

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

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Sánta Balázs Levente
2024-11-23 00:06:08 +01:00
committed by GitHub
parent 9b2a371c00
commit e3b36e5f0a
3 changed files with 4 additions and 0 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_compose_v2_exec, docker_compose_v2_run - fix missing ``--env`` flag while assembling env arguments (https://github.com/ansible-collections/community.docker/pull/992)."