generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add services after -- and not before.
- Loading branch information
1 parent
e4819f9
commit 12b10d0
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
minor_changes: | ||
- "docker_compose_v2_pull - add new options ``ignore_buildable``, ``include_deps``, and ``services`` | ||
(https://github.com/ansible-collections/community.docker/issues/941, https://github.com/ansible-collections/community.docker/pull/942)." | ||
bugfixes: | ||
- "docker_compose_v2 - make sure that services provided in ``services`` are appended to the command line after ``--`` and not before it | ||
(https://github.com/ansible-collections/community.docker/pull/942)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters