From eaa0ce0ceb84b892610dd04e632b93e14da741cc Mon Sep 17 00:00:00 2001 From: Ryan Trauntvein Date: Fri, 27 Mar 2015 16:36:10 -0700 Subject: [PATCH] Specify that "state: reloaded" was added in Ansible 1.9 --- lib/ansible/modules/cloud/docker/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/docker/docker.py b/lib/ansible/modules/cloud/docker/docker.py index 632ed07d087..0f172ecddcf 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -185,7 +185,7 @@ options: - Assert the container's desired state. "present" only asserts that the matching containers exist. "started" asserts that the matching containers both exist and are running, but takes no action if any - configuration has changed. "reloaded" asserts that all matching + configuration has changed. "reloaded" (added in Ansible 1.9) asserts that all matching containers are running and restarts any that have any images or configuration out of date. "restarted" unconditionally restarts (or starts) the matching containers. "stopped" and '"killed" stop and kill