mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 19:57:58 +00:00
Add sysctls option to docker_swarm_service (#836)
* add sysctls option to docker_swarm_service * Add added version number Co-authored-by: Felix Fontein <felix@fontein.de> * version added -> 3.10.0 Co-authored-by: Felix Fontein <felix@fontein.de> * 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 <felix@fontein.de>
This commit is contained in:
@@ -58,3 +58,4 @@ service_expected_output:
|
||||
user: null
|
||||
working_dir: null
|
||||
init: null
|
||||
sysctls: null
|
||||
|
||||
Reference in New Issue
Block a user