mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
More general output.
This commit is contained in:
parent
af6c625cc2
commit
f799180a58
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ def _add_auto_floating_ip(module, nova, server):
|
||||||
try:
|
try:
|
||||||
new_ip = nova.floating_ips.create()
|
new_ip = nova.floating_ips.create()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
module.fail_json(msg = "Unable to create floating ip: %s" % (e.message))
|
module.fail_json(msg = "Unable to create floating ip: %s" % (e))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
server.add_floating_ip(new_ip)
|
server.add_floating_ip(new_ip)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue