Rename return of docker_compose. (#54171)

This commit is contained in:
Felix Fontein
2019-03-23 19:35:11 +01:00
committed by John R Barker
parent bcbcd209f4
commit 752db43b2d
3 changed files with 8 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ minor_changes:
- "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."
- "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
use ``register`` and ``service_facts`` in the future. The facts will be removed in Ansible 2.12."
- "docker_service - return results as regular variable ``services``; this is a dictionary mapping
service names to container dictionaries. The old ansible facts are still returned, but it is
recommended to use ``register`` and ``services`` in the future. The facts will be removed in
Ansible 2.12."