community.general/lib/ansible/modules/cloud/docker
William 2ea9cfcd52 Fix python 3 compatibility for network id lookup (#45467)
Due to a change in python 3 filters return filter instead of list. This breaks the network name to id lookup for the docker_swarm_module. By wrapping it in list it ensures it is a list when returned and the id is extracted.
2018-09-11 15:45:42 -04: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_container.py docker_container: improving idempotency (#44808) 2018-08-29 21:07:32 -04:00
docker_image.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
docker_image_facts.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
docker_login.py Fix minor issues with docker_login docs (#35081) 2018-08-30 05:33:39 +01:00
docker_network.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
docker_secret.py Docker modules: improve documentation on docker vs. docker-py Python package requirements (#42457) 2018-07-11 17:57:39 -04:00
docker_service.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
docker_swarm.py Docker modules: improve documentation on docker vs. docker-py Python package requirements (#42457) 2018-07-11 17:57:39 -04:00
docker_swarm_service.py Fix python 3 compatibility for network id lookup (#45467) 2018-09-11 15:45:42 -04:00
docker_volume.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00