1
0
Fork 0
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:
jo 2025-12-09 22:13:50 +01:00
parent ae95f64b35
commit 8c379d57d6
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -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: