mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
reset password docs
This commit is contained in:
parent
ae95f64b35
commit
8c379d57d6
1 changed files with 3 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ options:
|
|||
password:
|
||||
description:
|
||||
- Password for the Storage Box Subaccount.
|
||||
- Required if the Storage Box Subaccount does not exist.
|
||||
- Required if the Storage Box Subaccount does not exist or when O(state=reset_password).
|
||||
type: str
|
||||
home_directory:
|
||||
description:
|
||||
|
|
@ -92,8 +92,9 @@ options:
|
|||
state:
|
||||
description:
|
||||
- State of the Storage Box Subaccount.
|
||||
- C(reset_password) is not idempotent.
|
||||
default: present
|
||||
choices: [absent, present]
|
||||
choices: [absent, present, reset_password]
|
||||
type: str
|
||||
|
||||
extends_documentation_fragment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue