From d32c4ab62ef57bbdc023441f6e2ef9bf873901f2 Mon Sep 17 00:00:00 2001 From: Reto Gantenbein Date: Fri, 26 Jan 2018 19:36:10 +0100 Subject: [PATCH] Fix task description of thinpool examples (#35402) --- lib/ansible/modules/system/lvol.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/system/lvol.py b/lib/ansible/modules/system/lvol.py index 8752158aa47..b17b690093f 100644 --- a/lib/ansible/modules/system/lvol.py +++ b/lib/ansible/modules/system/lvol.py @@ -193,14 +193,14 @@ EXAMPLES = ''' size: 512g active: false -# Create a thin pool of 512g. -- lvol: +- name: Create a thin pool of 512g + lvol: vg: firefly thinpool: testpool size: 512g -# Create a thin volume of 128g. -- lvol: +- name: Create a thin volume of 128g + lvol: vg: firefly lv: test thinpool: testpool