From 741e71330d239a76bcb39238e80d7c172159b1c6 Mon Sep 17 00:00:00 2001 From: Simon Dodsley Date: Fri, 29 May 2026 15:51:24 -0400 Subject: [PATCH] Update protocol removal notice in purefa_host.py --- plugins/modules/purefa_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/purefa_host.py b/plugins/modules/purefa_host.py index 31e2d8d8..bd6ec49c 100644 --- a/plugins/modules/purefa_host.py +++ b/plugins/modules/purefa_host.py @@ -1313,7 +1313,7 @@ def main(): protocol=dict( type="str", choices=["fc", "iscsi", "nvme", "mixed"], - removed_from_collection="1.13", + removed_from_collection="purestorage.flasharray", removed_in_version="2.0.0", ), nqn=dict(type="list", elements="str"),