mirror of https://github.com/ansible/ansible.git
Pass wait/timeout parameters to floating IP APIs in os_server
If a server already exists when os_server is run, but a floating IP was not assigned to the server when one was requested, the module will attempt to add an IP to the existing server. But it would not pass the wait/timeout params to the floating IP APIs. If wait was True, you could get back a server dict that did not show the floating IP because it did not wait.reviewable/pr18780/r1
parent
458c3056c4
commit
aecec868d5
Loading…
Reference in New Issue