2019-02-18 14:41:34 +01:00
|
|
|
minor_changes:
|
2019-03-05 17:09:00 +01:00
|
|
|
- "docker_container, docker_network, docker_volume - return facts as regular variables ``container``,
|
|
|
|
``network`` respectively ``volume`` additionally to facts. This is now the preferred way to
|
|
|
|
obtain results. The facts will be removed in Ansible 2.12."
|
2019-02-18 14:41:34 +01:00
|
|
|
- "docker_service - return facts as regular variable ``service_facts``; this is a dictionary mapping
|
|
|
|
service names to container dictionaries. The facts are still returned, but it is recommended to
|
2019-03-05 17:09:00 +01:00
|
|
|
use ``register`` and ``service_facts`` in the future. The facts will be removed in Ansible 2.12."
|