From 4fa9de5af33c32e74c9e3f72a85352d5c9276419 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 18 Dec 2015 21:28:01 -0800 Subject: [PATCH] entrypoint feature added in 2.1 --- 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 e017d91c522..68112d7bc5a 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -53,7 +53,7 @@ options: Used to match and launch containers. default: null required: false - version_added: "2.0" + version_added: "2.1" command: description: - Command used to match and launch containers.