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

pull/18777/head
muxator 8 years ago committed by Matt Clay
parent 1357e7e83a
commit 16db1d54d1

@ -367,7 +367,7 @@ options:
description: description:
- 'I(absent) - A container matching the specified name will be stopped and removed. Use force_kill to kill the container - '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.' 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 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 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 with the requested config. Image version will be taken into account when comparing configuration. To ignore image

Loading…
Cancel
Save