From 7870000f710dac1c8e22b8c12f5bd65af38baa7c Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 28 Jun 2017 12:13:25 -0400 Subject: [PATCH] updated docs to clarify default change --- lib/ansible/modules/cloud/rackspace/rax_cbs_attachments.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/rackspace/rax_cbs_attachments.py b/lib/ansible/modules/cloud/rackspace/rax_cbs_attachments.py index 74e4dac6701..9193ae0acce 100644 --- a/lib/ansible/modules/cloud/rackspace/rax_cbs_attachments.py +++ b/lib/ansible/modules/cloud/rackspace/rax_cbs_attachments.py @@ -31,7 +31,8 @@ version_added: 1.6 options: device: description: - - The device path to attach the volume to, e.g. /dev/xvde + - The device path to attach the volume to, e.g. /dev/xvde. + - Before 2.4 this was a required field. Now it can be left to null to auto assign the device name. default: null required: false volume: