mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* 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>
2 lines
173 B
YAML
2 lines
173 B
YAML
minor_changes:
|
|
- docker_swarm_service - adds ``sysctls`` to support sysctl settings on swarm services (https://github.com/ansible-collections/community.docker/issues/190). |