From d9135f396021791e4ade5f72356200558a707618 Mon Sep 17 00:00:00 2001 From: Timo Kramer <4785848+TimoKramer@users.noreply.github.com> Date: Wed, 23 Jan 2019 13:57:27 +0100 Subject: [PATCH] description updated to mention valid value The only valid value for userns_mode on docker run command is "host". This should be mentioned in description because it is hard to find in docker documentation as well: https://github.com/docker/docker.github.io/issues/7071 --- lib/ansible/modules/cloud/docker/docker_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/docker/docker_container.py b/lib/ansible/modules/cloud/docker/docker_container.py index f4a8dc54d5f..c1e40440c2a 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: - - User namespace to use + - Set the usernamespace mode for the container. Only valid value is "host". version_added: "2.5" networks: description: