diff --git a/lib/ansible/modules/cloud/docker/docker_container.py b/lib/ansible/modules/cloud/docker/docker_container.py index c1e40440c2a..54564e03464 100644 --- a/lib/ansible/modules/cloud/docker/docker_container.py +++ b/lib/ansible/modules/cloud/docker/docker_container.py @@ -352,7 +352,7 @@ options: - Connect the container to a network. Choices are "bridge", "host", "none" or "container:" userns_mode: description: - - Set the usernamespace mode for the container. Only valid value is "host". + - Set the user namespace mode for the container. Currently, the only valid value is C(host). version_added: "2.5" networks: description: