mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
The os_server module could automatically generate a floating IP for the user with auto_ip=true, but we didn't allow for this FIP to be automatically deleted when deleting the instance, which is a bug. Add a new option called delete_fip that enables this.