From 6bcf662e93bbbfa8780b8442fd78af44b53299eb Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 10 Dec 2025 11:36:38 +0100 Subject: [PATCH] chore: comment --- plugins/modules/storage_box_subaccount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/storage_box_subaccount.py b/plugins/modules/storage_box_subaccount.py index 8a801a8..4dc27f1 100644 --- a/plugins/modules/storage_box_subaccount.py +++ b/plugins/modules/storage_box_subaccount.py @@ -352,7 +352,7 @@ class AnsibleStorageBoxSubaccount(AnsibleHCloud): params["labels"][NAME_LABEL_KEY] = value self._mark_as_changed() - # Update only if params holds changes + # Update only if params holds changes or actions were triggered if params or need_reload: if not self.module.check_mode: self.storage_box_subaccount = self.storage_box_subaccount.update(**params)