mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
refactor: wait for actions after create
This commit is contained in:
parent
fc021a5afb
commit
1de73e1fe5
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue