mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Rename return of docker_compose. (#54171)
This commit is contained in:
committed by
John R Barker
parent
bcbcd209f4
commit
752db43b2d
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user