diff --git a/plugins/inventory/proxmox.py b/plugins/inventory/proxmox.py index 8eb6c9d77b..3059bd1e7c 100644 --- a/plugins/inventory/proxmox.py +++ b/plugins/inventory/proxmox.py @@ -381,6 +381,7 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable): if 'gateway' not in iface: self.display.vvv(f"Interface {iface['iface']} on node {node} does not have a gateway") continue + self.display.vv(f"Using interface {iface['iface']} on node {node} with address {iface['address']} as node ip for ansible_host") return iface['address'] except Exception: continue