You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hcloud_network_infomodule is not taking into consideration the possibility that you have in your network servers with local ip only, and not having a public ipv4 assigned. I've checked that the component is working when I execute the component in a network where all its servers have public ipv4.
SUMMARY
The
hcloud_network_info
module is not taking into consideration the possibility that you have in your network servers with local ip only, and not having a public ipv4 assigned. I've checked that the component is working when I execute the component in a network where all its servers have public ipv4.ISSUE TYPE
COMPONENT NAME
The affected component is
hcloud_network_info
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Not relevant
STEPS TO REPRODUCE
EXPECTED RESULTS
I expect the task to finish correctly without raising an error and showing the information
ACTUAL RESULTS
The task fails with the following stacktrace:
After reviewing the code I can see that there is no management of null or empty values for IPv4
This problem might happen as well for ipv6.
The text was updated successfully, but these errors were encountered: