From 897201c4bec178043d73cc9d6b4855e42a364439 Mon Sep 17 00:00:00 2001 From: Johan Guldmyr Date: Tue, 21 Mar 2017 22:31:30 +0200 Subject: [PATCH] add infiniband network type (#18833) --- lib/ansible/module_utils/facts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/module_utils/facts.py b/lib/ansible/module_utils/facts.py index 79f4f70d55..fcd423f57e 100644 --- a/lib/ansible/module_utils/facts.py +++ b/lib/ansible/module_utils/facts.py @@ -2449,6 +2449,7 @@ class LinuxNetwork(Network): platform = 'Linux' INTERFACE_TYPE = { '1': 'ether', + '32': 'infiniband', '512': 'ppp', '772': 'loopback', '65534': 'tunnel',