1
0
Fork 0
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:
jo 2025-12-08 15:20:22 +01:00
parent fc021a5afb
commit 1de73e1fe5
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -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: