From 1de73e1fe56a581c29c25632117f00be8887eeb6 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 8 Dec 2025 15:20:22 +0100 Subject: [PATCH] refactor: wait for actions after create --- plugins/modules/storage_box.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/storage_box.py b/plugins/modules/storage_box.py index add71a4..a0cf64a 100644 --- a/plugins/modules/storage_box.py +++ b/plugins/modules/storage_box.py @@ -392,7 +392,6 @@ class AnsibleStorageBox(AnsibleHCloud): self.storage_box = resp.storage_box - if not self.module.check_mode: self._wait_actions() if (value := self.module.params.get("delete_protection")) is not None: