mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
* Add data_path_port option for swarm init and swarm join * Add changelog fragment * Update changelogs/fragments/466-add-data-path-port.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/docker_swarm.py Co-authored-by: Felix Fontein <felix@fontein.de> * add change for docker sdk, remove reference to swarm join * remove duplicate entry Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
178 B
YAML
2 lines
178 B
YAML
minor_changes:
|
|
- docker_swarm - allows usage of the ``data_path_port`` parameter when initializing a swarm (https://github.com/ansible-collections/community.docker/issues/296). |