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:
Florian
2024-04-30 22:44:25 +02:00
committed by GitHub
parent f09a2540aa
commit 368d616229
3 changed files with 19 additions and 0 deletions
@@ -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).