From 16db1d54d180a667ac83ec60a81bd0100df08b6f Mon Sep 17 00:00:00 2001 From: muxator Date: Sun, 7 Aug 2016 17:23:42 +0200 Subject: [PATCH] typo in the documentation of the "state" parameter (#4353) --- 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 14d16bf4df2..1315d539027 100644 --- a/lib/ansible/modules/cloud/docker/docker_container.py +++ b/lib/ansible/modules/cloud/docker/docker_container.py @@ -367,7 +367,7 @@ options: description: - 'I(absent) - A container matching the specified name will be stopped and removed. Use force_kill to kill the container rather than stopping it. Use keep_volumes to retain volumes associated with the removed container.' - - 'I(present)" - Asserts the existence of a container matching the name and any provided configuration parameters. If no + - 'I(present) - Asserts the existence of a container matching the name and any provided configuration parameters. If no container matches the name, a container will be created. If a container matches the name but the provided configuration does not match, the container will be updated, if it can be. If it cannot be updated, it will be removed and re-created with the requested config. Image version will be taken into account when comparing configuration. To ignore image