From b2f144685f1b0d0b0d01da86d4134049c3e0b90c Mon Sep 17 00:00:00 2001 From: Matt Butch Date: Fri, 3 Apr 2020 15:42:24 -0400 Subject: [PATCH] Update README to note reqiurement of Purity 5.2+ --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4dd3a..34e9b24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Pure FlashArray =============== +Requires Purity 5.2+ + Configure Pure FlashArray. To download the role you can use `ansible-galaxy`. For that create a file `requirements.yml` with the following content: @@ -12,7 +14,7 @@ To download the role you can use `ansible-galaxy`. For that create a file `requi name: powerhome.purefa ``` -Afte that run the command: +After that run the command: ``` ansible-galaxy install -r requirements.yml ```