community.general/lib/ansible/modules/cloud/docker
Hannes Ljungberg 7ceb2ac95a docker_swarm_service: Fix publish idempotency when mode is None (#50882)
* Fix publish idempotency when mode is None

* Add changelog fragment

* Python 2.6 compat

* Use self.publish

* Check length of publish before comparing content

* Sort publish lists before zipping

* Enable publish tests

* python3 compat

* Don’t sort by mode as it is not safe

* Document publish suboptions and add them to args

* Add type to publish documentation

* Add choices to publish argument_spec suboptions

* Make tcp the default protocol

* Make documentation reflect protocol default

* Simplify setting mode

* Remove redundant string quoting

* Test order of publish

* Add comment about publish change detection
2019-01-21 14:02:08 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_docker.py Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
docker_config.py docker_secret, docker_config: allow to base64-decode data (#49688) 2019-01-01 16:06:45 +00:00
docker_container.py docker_swarm_service: Use option_minimal_versions (#50609) 2019-01-21 18:45:47 +00:00
docker_container_facts.py Add docker_volume_facts module (#49692) 2018-12-10 15:41:46 +10:00
docker_image.py Improve tagging examples. (#50321) 2018-12-26 15:10:14 +00:00
docker_image_facts.py docker_* modules: updating argument_spec (#48491) 2018-11-12 11:33:42 +00:00
docker_login.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_network.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
docker_network_facts.py [docker_network_facts] Creating docker_network_facts module (#49644) 2018-12-10 15:24:05 +10:00
docker_node_facts.py docker_node_facts: Read information about swarm node from swarm manager (#50571) 2019-01-08 13:00:59 +00:00
docker_prune.py Docker common consolidation (#49707) 2018-12-12 09:05:12 +00:00
docker_secret.py docker_secret, docker_config: allow to base64-decode data (#49688) 2019-01-01 16:06:45 +00:00
docker_service.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
docker_stack.py Correct Errors in Documentation (#50507) 2019-01-04 05:16:15 -05:00
docker_swarm.py Docker common consolidation (#49707) 2018-12-12 09:05:12 +00:00
docker_swarm_service.py docker_swarm_service: Fix publish idempotency when mode is None (#50882) 2019-01-21 14:02:08 -05:00
docker_volume.py docker_volume: revert #47390 (#50663) 2019-01-11 14:41:37 -06:00
docker_volume_facts.py Add docker_volume_facts module (#49692) 2018-12-10 15:41:46 +10:00