mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Update author field and add type for all options in docs (#54350)
This commit is contained in:
parent
399fc110e7
commit
7ad003bf68
23 changed files with 116 additions and 23 deletions
|
@ -19,20 +19,23 @@ short_description: Manage filesystem snapshots on Pure Storage FlashBlades
|
|||
description:
|
||||
- Create or delete volumes and filesystem snapshots on Pure Storage FlashBlades.
|
||||
author:
|
||||
- Simon Dodsley (@sdodsley)
|
||||
- Pure Storage Ansible Team (@sdodsley) <pure-ansible-team@purestorage.com>
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
- The name of the source filesystem.
|
||||
required: true
|
||||
type: str
|
||||
suffix:
|
||||
description:
|
||||
- Suffix of snapshot name.
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
- Define whether the filesystem snapshot should exist or not.
|
||||
choices: [ absent, present ]
|
||||
default: present
|
||||
type: str
|
||||
eradicate:
|
||||
description:
|
||||
- Define whether to eradicate the snapshot on delete or leave in trash.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue