mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add check_files_existing option. (#839)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
minor_changes:
|
||||
- "docker_compose_v2* - the new option ``check_files_existing`` allows to disable the check for one of the files
|
||||
``compose.yaml``, ``compose.yml``, ``docker-compose.yaml``, and ``docker-compose.yml`` in ``project_src``
|
||||
if ``files`` is not specified. This is necessary if a non-standard compose filename is specified through other
|
||||
means, like the ``COMPOSE_FILE`` environment variable
|
||||
(https://github.com/ansible-collections/community.docker/issues/838, https://github.com/ansible-collections/community.docker/pull/839)."
|
||||
Reference in New Issue
Block a user