From 2ad8a0812a2fa28b6720d02c0f5e560e32deda25 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 22 Jan 2021 07:58:40 +0100 Subject: [PATCH] Fix changelog fragment. --- changelogs/fragments/71-docker_container-default_host_ip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/71-docker_container-default_host_ip.yml b/changelogs/fragments/71-docker_container-default_host_ip.yml index 766aa396..96d96611 100644 --- a/changelogs/fragments/71-docker_container-default_host_ip.yml +++ b/changelogs/fragments/71-docker_container-default_host_ip.yml @@ -1,2 +1,2 @@ minor_changes: -- "docker_container - added ``default_host_ip`` option which allows to explicitly set the default IP string for published ports without explicitly specified IPs. When using IPv6 binds with Docker 20.10.2 or newer, this needs to be set to an empty string (``""``) (https://github.com/ansible-collections/community.docker/issues/70, https://github.com/ansible-collections/community.docker/pull/71)." +- 'docker_container - added ``default_host_ip`` option which allows to explicitly set the default IP string for published ports without explicitly specified IPs. When using IPv6 binds with Docker 20.10.2 or newer, this needs to be set to an empty string (``""``) (https://github.com/ansible-collections/community.docker/issues/70, https://github.com/ansible-collections/community.docker/pull/71).'