From 8c379d57d686255f3d49e3c37890cbaef3af6a7c Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 9 Dec 2025 22:13:50 +0100 Subject: [PATCH] reset password docs --- plugins/modules/storage_box_subaccount.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/modules/storage_box_subaccount.py b/plugins/modules/storage_box_subaccount.py index b0ad2b0..bff02e2 100644 --- a/plugins/modules/storage_box_subaccount.py +++ b/plugins/modules/storage_box_subaccount.py @@ -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: