typo in the documentation of the "state" parameter (#4353)

This commit is contained in:
muxator 2016-08-07 17:23:42 +02:00 committed by René Moser
parent d05ed8e2d8
commit 24fa1ab426

View file

@ -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