generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sysctls option to docker_swarm_service (#836)
* add sysctls option to docker_swarm_service * Add added version number Co-authored-by: Felix Fontein <[email protected]> * version added -> 3.10.0 Co-authored-by: Felix Fontein <[email protected]> * changelog fragment for docker_swarm_service sysctls * add minimal docker_py / docker_api versions to use for sysctls * set expected sysctls to null on integration test --------- Co-authored-by: Felix Fontein <[email protected]>
- Loading branch information
1 parent
f09a254
commit 368d616
Showing
3 changed files
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- docker_swarm_service - adds ``sysctls`` to support sysctl settings on swarm services (https://github.com/ansible-collections/community.docker/issues/190). |
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
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 |
---|---|---|
|
@@ -58,3 +58,4 @@ service_expected_output: | |
user: null | ||
working_dir: null | ||
init: null | ||
sysctls: null |