From 60df464d1a6026448a5cc11b1de5b52bf89e97e6 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 20 Apr 2015 10:20:50 -0400 Subject: [PATCH] added aliases docs --- lib/ansible/modules/extras/system/gluster_volume.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/system/gluster_volume.py b/lib/ansible/modules/extras/system/gluster_volume.py index af4a70b7094..2a8bc74df72 100644 --- a/lib/ansible/modules/extras/system/gluster_volume.py +++ b/lib/ansible/modules/extras/system/gluster_volume.py @@ -67,6 +67,7 @@ options: default: null description: - Brick paths on servers. Multiple brick paths can be separated by commas + aliases: ['brick'] start_on_create: choices: [ 'yes', 'no'] required: false