From c88feaff7e4c43a092c8538c60143f71e23c4f86 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 22 Jul 2015 08:28:16 +0200 Subject: [PATCH] changed version_added for read_only param this feature will be released in 2.0 --- 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 555004b3514..cbf77327e1f 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -275,7 +275,7 @@ options: - Mount the container's root filesystem as read only default: false aliases: [] - version_added: "1.9" + version_added: "2.0" restart_policy: description: - Container restart policy.