From 4270df1fa2e7c1dc9780c946f9238e4ac3af0b5a Mon Sep 17 00:00:00 2001 From: Ben Porter Date: Tue, 19 Nov 2019 21:56:40 -0700 Subject: [PATCH] Fix typo in docs for lvol module(#65092) Changed activate to active --- lib/ansible/modules/system/lvol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/lvol.py b/lib/ansible/modules/system/lvol.py index e16ad54783d..22fb3a6e12e 100644 --- a/lib/ansible/modules/system/lvol.py +++ b/lib/ansible/modules/system/lvol.py @@ -43,7 +43,7 @@ options: default: present active: description: - - Whether the volume is activate and visible to the host. + - Whether the volume is active and visible to the host. type: bool default: 'yes' version_added: "2.2"