From 051320a5f54b85f00594d7fff5af094e6bca1439 Mon Sep 17 00:00:00 2001 From: Luca Lorenzetto Date: Sat, 11 Aug 2018 09:29:34 +0200 Subject: [PATCH] docs: Fixed wrong storage platform on module docs for EMC VNX (#43899) --- lib/ansible/utils/module_docs_fragments/emc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/emc.py b/lib/ansible/utils/module_docs_fragments/emc.py index e072c16077..9d75b9396d 100644 --- a/lib/ansible/utils/module_docs_fragments/emc.py +++ b/lib/ansible/utils/module_docs_fragments/emc.py @@ -39,5 +39,5 @@ requirements: - Ansible 2.7. - storops (0.5.10 or greater). Install using 'pip install storops'. notes: - - The modules prefixed with emc_vnx are built to support the ONTAP storage platform. + - The modules prefixed with emc_vnx are built to support the EMC VNX storage platform. """