From b62a6f01ab28e109356c519683886e7c5cbb45b3 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 20 Jul 2015 20:53:59 -0400 Subject: [PATCH] added version_Added for new signal option in docker module --- lib/ansible/modules/cloud/docker/docker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/docker/docker.py b/lib/ansible/modules/cloud/docker/docker.py index 28643493cf2..dfaa2973443 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -207,6 +207,7 @@ options: disabled, fail unless the process exits cleanly. default: true signal: + version_added: "2.0" description: - With the state "killed", you can alter the signal sent to the container.