From b4f87ac7feb8571c4d60ed8eb4a75e46f4f85906 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sat, 12 Dec 2015 13:04:01 -0500 Subject: [PATCH] made note that Z/z are only 2.1 options --- lib/ansible/modules/cloud/docker/docker.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/docker/docker.py b/lib/ansible/modules/cloud/docker/docker.py index 3670795e23..77dcdcae9c 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -82,8 +82,9 @@ options: description: - List of volumes to mount within the container - 'Use docker CLI-style syntax: C(/host:/container[:mode])' - - You can specify a read mode for the mount with either C(ro) or C(rw). SELinux hosts can additionally - use C(z) or C(Z) mount options to use a shared or private label for the volume. + - You can specify a read mode for the mount with either C(ro) or C(rw). + Starting at version 2.1, SELinux hosts can additionally use C(z) or C(Z) + mount options to use a shared or private label for the volume. default: null volumes_from: description: