Make sure that one of project_src and definition is provided. (#886)

This commit is contained in:
Felix Fontein
2024-06-16 21:49:20 +02:00
committed by GitHub
parent a5b5681608
commit 4cac2ac021
3 changed files with 7 additions and 2 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_compose_v2* modules - there was no check to make sure that one of ``project_src`` and ``definition`` is provided. The modules crashed if none were provided (https://github.com/ansible-collections/community.docker/issues/885, https://github.com/ansible-collections/community.docker/pull/886)."