mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
fix(server): server still locked after placement_group attach (#192)
In some cases the server was still marked as locked after attaching it to a placement_group. This caused potential follow up tasks that use the server to fail. This happened because the action returned by `add_to_placement_group()` was not waited upon. For the detach case this is handled correctly.
This commit is contained in:
parent
5c976b383a
commit
60d9cf74a6
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/server-race-condition-pg-attach.yml
Normal file
2
changelogs/fragments/server-race-condition-pg-attach.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- hcloud_server - Server locked after attaching to placement group
|
||||
Loading…
Add table
Add a link
Reference in a new issue