community.docker
community.docker copied to clipboard
Add sysctls option to docker_swarm_service
SUMMARY
Add sysctls options to docker_swarm_service, as discussed in #190
ISSUE TYPE
- Feature Pull Request
COMPONENT NAME
docker_swarm_service
ADDITIONAL INFORMATION
This is my first time contributing to this project. Don't hesitate to tell me if I'm missing something / doing something wrong.
You also need to adjust the integration tests. You probably have to add sysctls: null
to https://github.com/ansible-collections/community.docker/blob/main/tests/integration/targets/docker_swarm_service/vars/main.yml.
Thank you for the feedback, I made the requested changes
Thanks, looks good to me! If nobody objects, I'll merge this in ~a week.
@NairolfL thanks for your contribution!