summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2019-03-23 19:35:11 +0100
committerJohn R Barker <john@johnrbarker.com>2019-03-23 19:35:11 +0100
commit752db43b2d370125a666a43366f1374bbad07dc9 (patch)
tree3514cdf68d7732a2bb7149dfc6b210d79f0934ae /changelogs
parentmeraki_admin - Add documentation for tags and network access (#51415) (diff)
downloadansible-752db43b2d370125a666a43366f1374bbad07dc9.tar.xz
ansible-752db43b2d370125a666a43366f1374bbad07dc9.zip
Rename return of docker_compose. (#54171)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/docker-facts.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/changelogs/fragments/docker-facts.yaml b/changelogs/fragments/docker-facts.yaml
index 5632d064fe..06c3bd6ebf 100644
--- a/changelogs/fragments/docker-facts.yaml
+++ b/changelogs/fragments/docker-facts.yaml
@@ -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."