mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix the authors in pure storage modules so the bot can ping the right users. (#28347)
This commit is contained in:
parent
e9d6d37589
commit
f4e93ccc1a
5 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ version_added: "2.4"
|
|||
short_description: Create, Delete and Modify hostgroups on Pure Storage FlashArray
|
||||
description:
|
||||
- This module creates, deletes or modifies hostgroups on Pure Storage FlashArray.
|
||||
author: Simon Dodsley (@simondodsley)
|
||||
author: Simon Dodsley (@sdodsley)
|
||||
options:
|
||||
hostgroup:
|
||||
description:
|
||||
|
|
|
@ -20,7 +20,7 @@ version_added: "2.4"
|
|||
short_description: Create, Delete and Modify Hosts on Pure Storage FlashArray
|
||||
description:
|
||||
- This module creates, deletes or modifies hosts on Pure Storage FlashArray.
|
||||
author: Simon Dodsley (@simondodsley)
|
||||
author: Simon Dodsley (@sdodsley)
|
||||
options:
|
||||
host:
|
||||
description:
|
||||
|
|
|
@ -34,7 +34,7 @@ version_added: "2.4"
|
|||
short_description: Create, Delete and Modify Protection Groups on Pure Storage FlashArray
|
||||
description:
|
||||
- This module creates, deletes or modifies protection groups on Pure Storage FlashArray.
|
||||
author: Simon Dodsley (@simondodsley)
|
||||
author: Simon Dodsley (@sdodsley)
|
||||
options:
|
||||
pgroup:
|
||||
description:
|
||||
|
|
|
@ -19,7 +19,7 @@ version_added: 2.4
|
|||
short_description: Create or Delete volume snapshots on Pure Storage FlashArray
|
||||
description:
|
||||
- This module creates or deletes volume snapshots and creates volumes from snapshots on Pure Storage FlashArray.
|
||||
author: Simon Dodsley (@simondodsley)
|
||||
author: Simon Dodsley (@sdodsley)
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -20,7 +20,7 @@ version_added: "2.4"
|
|||
short_description: Create, Delete or Extend a volume on Pure Storage FlashArray
|
||||
description:
|
||||
- This module creates, deletes or extends the capacity of a volume on Pure Storage FlashArray.
|
||||
author: Simon Dodsley (@simondodsley)
|
||||
author: Simon Dodsley (@sdodsley)
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue