Make sure project_src is an absolute path. (#828)

This commit is contained in:
Felix Fontein
2024-04-04 21:39:38 +02:00
committed by GitHub
parent 9ff53bc143
commit 2925334a1a
2 changed files with 3 additions and 1 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_compose_v2* - allow ``project_src`` to be a relative path, by converting it to an absolute path before using it (https://github.com/ansible-collections/community.docker/issues/827, https://github.com/ansible-collections/community.docker/pull/828)."