mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore: comment
This commit is contained in:
parent
10a6ac87f3
commit
6bcf662e93
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue