mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Removed extra indent to allow the function to return false if an IP is not able to be converted
This commit is contained in:
parent
d3d49367e8
commit
0f58bc9f3d
@ -261,7 +261,7 @@ def preferred_ip(vm_, ips):
|
||||
except Exception:
|
||||
continue
|
||||
|
||||
return False
|
||||
return False
|
||||
|
||||
|
||||
def ignore_cidr(vm_, ip):
|
||||
|
Loading…
Reference in New Issue
Block a user